Spaces:
Runtime error
Runtime error
Commit
·
447b366
1
Parent(s):
2fe6475
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 2 |
-f https://data.pyg.org/whl/torch-1.7.1+cpu.html
|
| 3 |
torch==1.7.1+cpu
|
| 4 |
-
torch-scatter==2.0.
|
| 5 |
-
torch-sparse==0.6.
|
| 6 |
torchvision==0.8.2
|
| 7 |
|
| 8 |
|
|
|
|
| 1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 2 |
-f https://data.pyg.org/whl/torch-1.7.1+cpu.html
|
| 3 |
torch==1.7.1+cpu
|
| 4 |
+
torch-scatter==2.0.7
|
| 5 |
+
torch-sparse==0.6.9
|
| 6 |
torchvision==0.8.2
|
| 7 |
|
| 8 |
|