Spaces:
Runtime error
Runtime error
Commit
·
57e01ad
1
Parent(s):
39f2310
Update pre-requirements.txt
Browse files- pre-requirements.txt +3 -3
pre-requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
pyg==0.7.1
|
| 2 |
pyyaml==6.0
|
| 3 |
scipy==1.7.3
|
| 4 |
networkx==2.6.3
|
|
@@ -8,6 +7,7 @@ e3nn==0.5.0
|
|
| 8 |
spyrmsd==0.5.2
|
| 9 |
pandas==1.3.5
|
| 10 |
biopandas==0.4.1
|
| 11 |
-
torch==1.
|
|
|
|
| 12 |
-f https://download.pytorch.org/whl/torch/
|
| 13 |
-
-f https://data.pyg.org/whl/torch-1.
|
|
|
|
|
|
|
| 1 |
pyyaml==6.0
|
| 2 |
scipy==1.7.3
|
| 3 |
networkx==2.6.3
|
|
|
|
| 7 |
spyrmsd==0.5.2
|
| 8 |
pandas==1.3.5
|
| 9 |
biopandas==0.4.1
|
| 10 |
+
torch==2.1.0+cu118
|
| 11 |
+
pyg
|
| 12 |
-f https://download.pytorch.org/whl/torch/
|
| 13 |
+
-f https://data.pyg.org/whl/torch-2.1.0+cu118.html
|