Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
pandas>=2.0.0
|
| 3 |
numpy>=1.24.0
|
| 4 |
-
plotly>=5.15.0
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
streamlit>=1.28.0
|
| 3 |
pandas>=2.0.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
+
plotly>=5.15.0
|
| 6 |
+
google-generativeai>=0.3.0
|