Spaces:
Runtime error
Runtime error
Commit
·
61751d2
1
Parent(s):
0f760b9
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch-scatter
|
2 |
-
torch-sparse
|
3 |
-
torch-cluster
|
4 |
-
torch-spline-conv
|
5 |
-
torch-geometric
|
6 |
-f https://data.pyg.org/whl/torch-1.12.0+cu113.html
|
|
|
1 |
+
torch-scatter==2.0.8
|
2 |
+
torch-sparse==2.0.8
|
3 |
+
torch-cluster==2.0.8
|
4 |
+
torch-spline-conv==2.0.8
|
5 |
+
torch-geometric==2.0.8
|
6 |
-f https://data.pyg.org/whl/torch-1.12.0+cu113.html
|