Spaces:
Runtime error
Runtime error
Commit
·
4b0280a
1
Parent(s):
e384572
Update pre-requirements.txt
Browse files- pre-requirements.txt +11 -24
pre-requirements.txt
CHANGED
|
@@ -1,25 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
networkx==2.8.7
|
| 9 |
-
opt-einsum==3.3.0
|
| 10 |
-
opt-einsum-fx==0.1.4
|
| 11 |
-
packaging==21.3
|
| 12 |
-
pandas==1.5.0
|
| 13 |
-
scikit-learn==1.1.2
|
| 14 |
-
scipy==1.9.1
|
| 15 |
-
spyrmsd==0.5.2
|
| 16 |
-
sympy==1.11.1
|
| 17 |
spyrmsd==0.5.2
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
torch==1.12.1+cu113
|
| 23 |
-
torchvision==0.13.1+cu113
|
| 24 |
-
torchaudio==0.12.1
|
| 25 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
| 1 |
+
pyg==0.7.1 --quiet
|
| 2 |
+
pyyaml==6.0 --quiet
|
| 3 |
+
scipy==1.7.3 --quiet
|
| 4 |
+
networkx==2.6.3 --quiet
|
| 5 |
+
biopython==1.79 --quiet
|
| 6 |
+
rdkit-pypi==2022.03.5 --quiet
|
| 7 |
+
e3nn==0.5.0 --quiet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
spyrmsd==0.5.2
|
| 9 |
+
pandas==1.3.5
|
| 10 |
+
biopandas==0.4.1
|
| 11 |
+
torch==1.12.1+cu113
|
| 12 |
+
-f https://data.pyg.org/whl/torch-1.12.1+cu113.html
|
|
|
|
|
|
|
|
|
|
|
|