Spaces:
Runtime error
Runtime error
torch_geometric was missing
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
pytorch-lightning>=2.1
|
|
|
2 |
scikit-learn-intelex>=2024.1.0
|
3 |
numpy>=1.26.4
|
4 |
scikit-image>=0.22.0
|
|
|
1 |
pytorch-lightning>=2.1
|
2 |
+
torch_geometric>=2
|
3 |
scikit-learn-intelex>=2024.1.0
|
4 |
numpy>=1.26.4
|
5 |
scikit-image>=0.22.0
|