Spaces:
Runtime error
Runtime error
Commit
·
d97f14a
1
Parent(s):
78ef135
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -16,15 +16,17 @@ spyrmsd==0.5.2
|
|
16 |
sympy==1.11.1
|
17 |
spyrmsd==0.5.2
|
18 |
sympy==1.11.1
|
19 |
-
torch==1.12.1
|
20 |
numpy==1.23.1
|
|
|
|
|
21 |
torchaudio==0.12.1
|
22 |
torchvision==0.13.1
|
23 |
-
|
|
|
|
|
24 |
torch-scatter
|
25 |
torch-sparse
|
26 |
torch-cluster
|
27 |
torch-spline-conv
|
28 |
torch-geometric
|
29 |
-
-f https://download.pytorch.org/whl/cu102/torch_stable.html
|
30 |
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html
|
|
|
16 |
sympy==1.11.1
|
17 |
spyrmsd==0.5.2
|
18 |
sympy==1.11.1
|
|
|
19 |
numpy==1.23.1
|
20 |
+
rdkit-pypi==2022.3.5
|
21 |
+
torch==1.12.1
|
22 |
torchaudio==0.12.1
|
23 |
torchvision==0.13.1
|
24 |
+
-f https://download.pytorch.org/whl/cu102/torch_stable.html
|
25 |
+
|
26 |
+
|
27 |
torch-scatter
|
28 |
torch-sparse
|
29 |
torch-cluster
|
30 |
torch-spline-conv
|
31 |
torch-geometric
|
|
|
32 |
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html
|