SamanthaStorm commited on
Commit
9eb4f9e
·
verified ·
1 Parent(s): 4fcf6cf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -13
requirements.txt CHANGED
@@ -1,13 +1,7 @@
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
13
- openpyxl
 
1
+ gradio==4.44.0
2
+ transformers==4.36.0
3
+ torch==2.1.0
4
+ pandas==2.0.3
5
+ numpy==1.24.3
6
+ scikit-learn==1.3.0
7
+