Spaces:
Runtime error
Runtime error
bla
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
pytorch-lightning>=2.1
|
2 |
-
|
3 |
-
pyg_lib -f https://data.pyg.org/whl/torch-2.1.0+cu124.html
|
4 |
torch-cluster>=1.6.0
|
5 |
scikit-learn-intelex>=2024.1.0
|
6 |
numpy>=1.26.4
|
|
|
1 |
pytorch-lightning>=2.1
|
2 |
+
torch_geometric>=2 -f https://data.pyg.org/whl/torch-2.1.0+cu124.html
|
|
|
3 |
torch-cluster>=1.6.0
|
4 |
scikit-learn-intelex>=2024.1.0
|
5 |
numpy>=1.26.4
|