Update requirements.txt
Browse files- requirements.txt +15 -12
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
matplotlib
|
7 |
-
seaborn
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
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
|