Devakumar868 commited on
Commit
7a94b60
·
verified ·
1 Parent(s): f232f38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -9
requirements.txt CHANGED
@@ -1,18 +1,29 @@
1
- transformers>=4.43.0
2
- accelerate==0.24.1
3
- bitsandbytes==0.41.2.post2
4
- gradio==4.7.1
 
 
 
5
  soundfile==0.12.1
6
- librosa==0.10.1
7
 
8
- # Use updated TTS package that supports modern numpy
9
  TTS==0.22.0
10
 
11
- nemo_toolkit[asr]==1.20.0
12
- scikit-learn==1.3.0
13
- datasets==2.14.6
 
 
 
14
  sentencepiece==0.1.99
15
  webrtcvad==2.0.10
 
 
16
  pydantic>=2.0
17
  python-multipart==0.0.6
18
  typing-extensions>=4.8.0
 
 
 
 
1
+ # Core ML frameworks (install via setup.sh with PyTorch index)
2
+ transformers==4.46.2
3
+ accelerate==0.25.0
4
+ bitsandbytes==0.43.0
5
+ gradio==4.44.0
6
+
7
+ # Audio processing with compatible versions
8
  soundfile==0.12.1
9
+ librosa==0.9.2
10
 
11
+ # Use older TTS version that's compatible with nemo-toolkit
12
  TTS==0.22.0
13
 
14
+ # Use compatible nemo-toolkit version
15
+ nemo_toolkit[asr]==1.18.0
16
+
17
+ # ML utilities
18
+ scikit-learn==1.2.2
19
+ datasets==2.16.0
20
  sentencepiece==0.1.99
21
  webrtcvad==2.0.10
22
+
23
+ # API support
24
  pydantic>=2.0
25
  python-multipart==0.0.6
26
  typing-extensions>=4.8.0
27
+
28
+ # Explicitly pin numpy to compatible version
29
+ numpy==1.23.5