Devakumar868 commited on
Commit
aabe8be
·
verified ·
1 Parent(s): 0511216

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,20 +1,20 @@
1
- # Core ML frameworks - will be installed via setup.sh
2
  transformers==4.35.2
3
  accelerate==0.24.1
4
  bitsandbytes==0.41.2.post2
5
 
6
- # Web UI with compatible versions
7
  gradio==4.7.1
8
  python-multipart>=0.0.9
9
 
10
- # Audio processing with compatible versions
11
  soundfile==0.12.1
12
- librosa==0.9.2
13
 
14
- # TTS with compatible numpy
15
  TTS==0.22.0
16
 
17
- # NeMo with compatible versions
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 avoid conflicts
31
- numpy==1.23.5
 
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