Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
numpy==1.26.4
|
2 |
-
torch==2.3.1
|
3 |
-
torchaudio==2.3.1
|
4 |
-
Cython
|
5 |
-
packaging
|
6 |
-
gradio>=4.
|
7 |
-
nemo_toolkit[asr]>=2.4.0,<2.6.0
|
8 |
soundfile
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
torch==2.3.1
|
3 |
+
torchaudio==2.3.1
|
4 |
+
Cython
|
5 |
+
packaging
|
6 |
+
gradio>=4.44.1,<5.0.0
|
7 |
+
nemo_toolkit[asr]>=2.4.0,<2.6.0
|
8 |
soundfile
|