Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
lmdb
|
@@ -16,7 +18,7 @@ git+https://github.com/HeliXonProtein/OmegaFold.git
|
|
16 |
mdanalysis
|
17 |
pdb-tools
|
18 |
evodiff
|
19 |
-
|
20 |
torchvision
|
21 |
torch_geometric
|
22 |
torch_scatter
|
|
|
1 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
-f https://data.pyg.org/whl/torch-2.0.1+cpu.html
|
3 |
pandas
|
4 |
numpy
|
5 |
lmdb
|
|
|
18 |
mdanalysis
|
19 |
pdb-tools
|
20 |
evodiff
|
21 |
+
torch==2.0.1
|
22 |
torchvision
|
23 |
torch_geometric
|
24 |
torch_scatter
|