Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
·
4190d38
1
Parent(s):
3e01b83
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
|
|
1 |
numpy
|
2 |
pandas
|
3 |
-
torch==1.12.1
|
|
|
|
|
4 |
torch_geometric==2.2.0
|
5 |
-
gdown
|
6 |
-
--extra-index-url https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
7 |
-
torch_sparse
|
8 |
-
torch_scatter
|
|
|
1 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
-f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
3 |
numpy
|
4 |
pandas
|
5 |
+
torch==1.12.1+cpu
|
6 |
+
torch_sparse==0.6.15
|
7 |
+
torch_scatter==2.1.0
|
8 |
torch_geometric==2.2.0
|
9 |
+
gdown
|
|
|
|
|
|