Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
--extra-index-url https://pypi.org/simple
|
| 3 |
|
| 4 |
-
torch==2.
|
| 5 |
-
torchvision==0.
|
| 6 |
|
| 7 |
numpy==2.0.1
|
| 8 |
scipy==1.15.3
|
|
|
|
| 1 |
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
--extra-index-url https://pypi.org/simple
|
| 3 |
|
| 4 |
+
torch==2.7.1
|
| 5 |
+
torchvision==0.22.1
|
| 6 |
|
| 7 |
numpy==2.0.1
|
| 8 |
scipy==1.15.3
|