nileshhanotia commited on
Commit
866fc41
·
verified ·
1 Parent(s): a8547cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- torch
2
- numpy
3
- matplotlib
4
- requests
5
- pillow
6
- gradio==4.44.1
7
- huggingface_hub==0.24.7
8
- pyaudio
 
1
+ gradio>=4.31.5
2
+ torch>=2.1.0
3
+ numpy>=1.24.0
4
+ matplotlib>=3.8.0
5
+ requests>=2.31.0
6
+ huggingface-hub>=0.22.0
7
+ Pillow>=10.0.0