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