Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gradio>=4.0
|
2 |
-
pandas
|
3 |
-
matplotlib
|
4 |
-
google-generativeai
|
5 |
-
Pillow
|
6 |
-
|
7 |
-
|
|
|
1 |
gradio>=4.0
|
2 |
+
pandas>=2.0
|
3 |
+
matplotlib>=3.7
|
4 |
+
google-generativeai>=0.3.0
|
5 |
+
Pillow>=10.0
|
6 |
+
openpyxl
|
7 |
+
seaborn
|