C2MV commited on
Commit
88d0923
·
verified ·
1 Parent(s): 273832f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -12
requirements.txt CHANGED
@@ -1,12 +1,15 @@
1
- gradio
2
- pandas
3
- numpy
4
- scikit-learn
5
- scipy
6
- matplotlib
7
- seaborn
8
- plotly
9
- kaleido
10
- fpdf2
11
- python-docx
12
- Pillow
 
 
 
 
1
+ gradio>=4.0.0
2
+ plotly>=5.17.0
3
+ kaleido>=0.2.1
4
+ numpy>=1.24.0
5
+ pandas>=2.0.0
6
+ matplotlib>=3.7.0
7
+ seaborn>=0.12.0
8
+ scipy>=1.10.0
9
+ scikit-learn>=1.3.0
10
+ python-docx>=0.8.11
11
+ fpdf2>=2.7.0
12
+ Pillow>=10.0.0
13
+ fastapi>=0.104.0
14
+ uvicorn>=0.24.0
15
+ openpyxl>=3.1.0