Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
numpy<2.0.0
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
speechbrain==1.0.0
|
| 5 |
-
huggingface-hub
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
pandas>=2.0.0
|
| 8 |
soundfile>=0.12.1
|
|
|
|
| 1 |
numpy<2.0.0
|
| 2 |
+
torch==2.4.1
|
| 3 |
+
torchaudio==2.4.1
|
| 4 |
speechbrain==1.0.0
|
| 5 |
+
huggingface-hub==0.24.0
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
pandas>=2.0.0
|
| 8 |
soundfile>=0.12.1
|