Spaces:
Runtime error
Runtime error
Commit
·
7082e54
1
Parent(s):
b1a30be
Update requirements.txt
Browse files- requirements.txt +2 -2
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 |
torch-sparse
|
3 |
torch-cluster
|
4 |
torch-spline-conv
|
5 |
torch-geometric
|
6 |
+
--no-index -f https://data.pyg.org/whl/torch-1.12.0+cu113.html
|