Spaces:
Sleeping
Sleeping
Erva Ulusoy commited on
Commit ·
d4fd2c2
1
Parent(s): 2439c12
update requirements
Browse files- requirements.txt +1 -1
- setup.sh +6 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
pandas
|
| 2 |
# torch==1.13.1
|
| 3 |
# torch-sparse -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
|
| 4 |
-
torch-geometric==2.2.0
|
| 5 |
gdown
|
|
|
|
| 1 |
pandas
|
| 2 |
# torch==1.13.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
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
pip install torch==1.
|
| 3 |
-
pip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
!pip install torch==1.12.1
|
| 3 |
+
!pip uninstall torch-scatter torch-sparse torch-geometric torch-cluster --y
|
| 4 |
+
!pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
| 5 |
+
!pip install torch-sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
| 6 |
+
!pip install torch-cluster -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
| 7 |
+
!pip install git+https://github.com/pyg-team/pytorch_geometric.git
|