IZERE HIRWA Roger commited on
Commit
eb809ad
·
1 Parent(s): 6a06647
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio
2
- gTTS
3
- pydub
4
- ffmpeg-python
5
- opencv-python-headless
6
- scipy==1.7.3
7
- torch
8
- torchvision
9
- librosa==0.7.0
10
- numpy==1.17.1
11
- opencv-contrib-python>=4.2.0.34
 
1
+ gradio==4.29.0 # or latest stable version
2
+ gTTS==2.5.4
3
+ pydub==0.25.1
4
+ ffmpeg-python==0.2.0
5
+ opencv-python-headless==4.9.0.80
6
+ scipy==1.13.0 # or >=1.7.3 if strict version not needed
7
+ torch==2.3.0
8
+ torchvision==0.18.0
9
+ librosa==0.10.1 # or >=0.7.0 if strict version not needed
10
+ numpy==1.26.4 # Must be >=1.21.0 for Python 3.10
11
+ opencv-contrib-python==4.9.0.80 # Match opencv-python-headless version