Spaces:
Sleeping
Sleeping
Erva Ulusoy
commited on
Commit
·
9f1a66d
1
Parent(s):
bf28cce
updated requirements
Browse files- requirements.txt +3 -3
- setup.sh +5 -0
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pandas
|
2 |
-
torch
|
3 |
-
torch-sparse
|
4 |
-
torch-geometric
|
5 |
gdown
|
|
|
1 |
pandas
|
2 |
+
torch==1.12.1
|
3 |
+
# torch-sparse -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
|
4 |
+
torch-geometric==2.2.0
|
5 |
gdown
|
setup.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
pip uninstall torch-scatter torch-sparse torch-geometric torch-cluster torch-geometric --y
|
3 |
+
# pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
4 |
+
pip install torch-sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
5 |
+
# pip install torch-cluster -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|