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