Fernandosr85 commited on
Commit
7f73ff9
·
verified ·
1 Parent(s): 1a495ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- torch==2.0.1+cpu
2
- gradio==4.44.0
3
- transformers==4.30.2
4
- numpy==1.24.3
5
- opencv-python-headless==4.8.1.78
6
- librosa==0.10.1
7
- Pillow==10.0.1
8
- scipy==1.10.1
 
1
+ torch>=2.0.0
2
+ gradio>=4.0.0
3
+ transformers>=4.30.0
4
+ numpy>=1.24.0
5
+ opencv-python-headless>=4.8.0
6
+ librosa>=0.10.0
7
+ Pillow>=10.0.0
8
+ scipy>=1.10.0