Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
matplotlib>=3.7.0
|
| 5 |
-
numpy>=1.
|
| 6 |
-
scipy>=1.
|
| 7 |
soundfile
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
torch==2.6.0
|
| 3 |
+
torchaudio==2.6.0
|
| 4 |
matplotlib>=3.7.0
|
| 5 |
+
numpy>=1.26.0
|
| 6 |
+
scipy>=1.13.0
|
| 7 |
soundfile
|