Spaces:
Runtime error
Runtime error
Commit
·
e493743
1
Parent(s):
b1209a5
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch==1.12.1+cu113
|
2 |
git+https://github.com/pyg-team/pytorch_geometric.git
|
3 |
-
torch-scatter
|
4 |
torch-sparse
|
5 |
torch-cluster
|
6 |
torch-spline-conv
|
|
|
1 |
torch==1.12.1+cu113
|
2 |
git+https://github.com/pyg-team/pytorch_geometric.git
|
3 |
+
torch-scatter==2.0.8
|
4 |
torch-sparse
|
5 |
torch-cluster
|
6 |
torch-spline-conv
|