Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio>=
|
4 |
-
dataclasses>=0.6
|
5 |
numpy>=1.21.0
|
|
|
1 |
+
pandas>=1.3.0
|
2 |
+
google-generativeai>=0.3.0
|
3 |
+
gradio>=4.0.0
|
|
|
4 |
numpy>=1.21.0
|