Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
ninja==1.11.1.1
|
9 |
-
einops==0.7.0
|
10 |
-
hf-transfer==0.1.6
|
|
|
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
|
|
|
|
|
|