Spaces:
Running on Zero
Running on Zero
Update requirements.txt
#52
by aditya5204 - opened
- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
-
torchaudio==2.
|
|
|
|
| 4 |
numpy==1.24.4
|
| 5 |
pydantic==2.10.6
|
| 6 |
scipy==1.10.1
|
|
|
|
| 1 |
+
torch==2.10.0
|
| 2 |
+
torchvision==0.20.0
|
| 3 |
+
torchaudio==2.10.0
|
| 4 |
+
|
| 5 |
numpy==1.24.4
|
| 6 |
pydantic==2.10.6
|
| 7 |
scipy==1.10.1
|