SamanthaStorm commited on
Commit
2d78420
·
verified ·
1 Parent(s): 7ef5e4a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -8
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- gradio>=3.0
2
- torch>=1.9
3
- numpy>=1.21
4
- pandas>=1.3
5
- matplotlib>=3.4
6
- pillow>=8.0
7
- openpyxl>=3.0
8
- xlrd>=2.0
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ torch>=2.0.0
3
+ transformers>=4.30.0
4
+ numpy>=1.24.0
5
+ pandas>=2.0.0
6
+ matplotlib>=3.7.0
7
+ scikit-learn>=1.2.0
8
+ plotly>=5.14.0
9
+ tqdm>=4.65.0
10
+ Pillow>=9.5.0
11
+ statsmodels>=0.14.0
12
+ scipy>=1.10.0