Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
--extra-index-url https://pypi.org/simple/
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
pandas
|
4 |
numpy
|
5 |
lmdb
|
@@ -18,7 +16,7 @@ git+https://github.com/HeliXonProtein/OmegaFold.git
|
|
18 |
mdanalysis
|
19 |
pdb-tools
|
20 |
evodiff
|
21 |
-
torch
|
22 |
torchvision
|
23 |
torch_geometric
|
24 |
torch_scatter
|
|
|
|
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
lmdb
|
|
|
16 |
mdanalysis
|
17 |
pdb-tools
|
18 |
evodiff
|
19 |
+
-e https://download.pytorch.org/whl/cpu#torch
|
20 |
torchvision
|
21 |
torch_geometric
|
22 |
torch_scatter
|