Spaces:
Runtime error
Runtime error
Commit
·
7847bf5
1
Parent(s):
5da66a9
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -21,9 +21,8 @@ rdkit-pypi==2022.3.5
|
|
21 |
https://download.pytorch.org/whl/cu102/torch-1.12.1%2Bcu102-cp38-cp38-linux_x86_64.whl
|
22 |
torchaudio==0.12.1
|
23 |
torchvision==0.13.1
|
24 |
-
torch-scatter
|
25 |
-
torch-sparse
|
26 |
-
torch-cluster
|
27 |
-
torch-spline-conv
|
28 |
-
torch-geometric
|
29 |
-
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html
|
|
|
21 |
https://download.pytorch.org/whl/cu102/torch-1.12.1%2Bcu102-cp38-cp38-linux_x86_64.whl
|
22 |
torchaudio==0.12.1
|
23 |
torchvision==0.13.1
|
24 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-scatter
|
25 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-sparse
|
26 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-cluster
|
27 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-spline-conv
|
28 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-geometric
|
|