Spaces:
Runtime error
Runtime error
Commit
·
df64bda
1
Parent(s):
73dc7c8
Update requirements.txt
Browse files- requirements.txt +3 -12
requirements.txt
CHANGED
@@ -18,17 +18,8 @@ spyrmsd==0.5.2
|
|
18 |
sympy==1.11.1
|
19 |
numpy==1.23.1
|
20 |
rdkit-pypi==2022.3.5
|
21 |
-
torch
|
22 |
-
|
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-
|
30 |
-
torch-sparse
|
31 |
-
torch-cluster
|
32 |
-
torch-spline-conv
|
33 |
-
torch-geometric
|
34 |
-
-f https://download.pytorch.org/whl/cu102/torch_stable.html
|
|
|
18 |
sympy==1.11.1
|
19 |
numpy==1.23.1
|
20 |
rdkit-pypi==2022.3.5
|
21 |
+
torch==1.12.1
|
22 |
+
numpy==1.23.1
|
|
|
|
|
|
|
|
|
23 |
torchaudio==0.12.1
|
24 |
torchvision==0.13.1
|
25 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html
|
|
|
|
|
|
|
|
|
|