Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
-
# Core ML frameworks
|
2 |
transformers==4.35.2
|
3 |
accelerate==0.24.1
|
4 |
bitsandbytes==0.41.2.post2
|
5 |
|
6 |
-
# Web UI
|
7 |
gradio==4.7.1
|
8 |
python-multipart>=0.0.9
|
9 |
|
10 |
-
# Audio processing
|
11 |
soundfile==0.12.1
|
12 |
-
librosa==0.
|
13 |
|
14 |
-
# TTS with
|
15 |
TTS==0.22.0
|
16 |
|
17 |
-
# NeMo
|
18 |
nemo_toolkit[asr]==1.18.0
|
19 |
|
20 |
# ML utilities
|
@@ -27,5 +27,5 @@ webrtcvad==2.0.10
|
|
27 |
pydantic>=2.0
|
28 |
typing-extensions>=4.8.0
|
29 |
|
30 |
-
# Pin numpy to
|
31 |
-
numpy==1.
|
|
|
1 |
+
# Core ML frameworks
|
2 |
transformers==4.35.2
|
3 |
accelerate==0.24.1
|
4 |
bitsandbytes==0.41.2.post2
|
5 |
|
6 |
+
# Web UI
|
7 |
gradio==4.7.1
|
8 |
python-multipart>=0.0.9
|
9 |
|
10 |
+
# Audio processing - FIXED VERSIONS
|
11 |
soundfile==0.12.1
|
12 |
+
librosa==0.10.1
|
13 |
|
14 |
+
# TTS - Compatible with librosa 0.10.1
|
15 |
TTS==0.22.0
|
16 |
|
17 |
+
# NeMo - Compatible version
|
18 |
nemo_toolkit[asr]==1.18.0
|
19 |
|
20 |
# ML utilities
|
|
|
27 |
pydantic>=2.0
|
28 |
typing-extensions>=4.8.0
|
29 |
|
30 |
+
# Pin numpy to compatible version
|
31 |
+
numpy==1.24.3
|