Spaces:
Paused
Paused
really only torch 2.2.0 allowed, not 2.2.2?
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -18,7 +18,7 @@ scikit-image==0.25.2
|
|
| 18 |
scikit-learn==1.6.1
|
| 19 |
scipy==1.15.2
|
| 20 |
tensorboard==2.19.0
|
| 21 |
-
torch==2.2.
|
| 22 |
torch-geometric==2.6.1
|
| 23 |
torch_cluster==1.6.3+pt24cu124
|
| 24 |
tqdm==4.67.1
|
|
@@ -26,5 +26,5 @@ trimesh==4.6.4
|
|
| 26 |
|
| 27 |
spaces>=0.23
|
| 28 |
gradio==4.44.1
|
| 29 |
-
-f https://data.pyg.org/whl/torch-2.2.
|
| 30 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
|
|
|
| 18 |
scikit-learn==1.6.1
|
| 19 |
scipy==1.15.2
|
| 20 |
tensorboard==2.19.0
|
| 21 |
+
torch==2.2.0+cu121
|
| 22 |
torch-geometric==2.6.1
|
| 23 |
torch_cluster==1.6.3+pt24cu124
|
| 24 |
tqdm==4.67.1
|
|
|
|
| 26 |
|
| 27 |
spaces>=0.23
|
| 28 |
gradio==4.44.1
|
| 29 |
+
-f https://data.pyg.org/whl/torch-2.2.0+cu121.html
|
| 30 |
--extra-index-url https://download.pytorch.org/whl/cu121
|