Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
|
|
| 1 |
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
pandas
|
| 5 |
numpy
|
|
|
|
|
|
|
| 6 |
plotly
|
| 7 |
-
|
| 8 |
-
google-generativeai
|
| 9 |
scikit-learn
|
| 10 |
statsmodels
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
openpyxl # For Excel file support
|
| 14 |
-
openpyxl
|
|
|
|
| 1 |
+
# requirements.txt (Updated)
|
| 2 |
|
| 3 |
+
google-generativeai
|
| 4 |
+
gradio
|
|
|
|
| 5 |
numpy
|
| 6 |
+
openpyxl
|
| 7 |
+
pandas
|
| 8 |
plotly
|
| 9 |
+
pydantic-settings
|
|
|
|
| 10 |
scikit-learn
|
| 11 |
statsmodels
|
| 12 |
+
tabulate # <--- ADD THIS LINE
|
| 13 |
+
wordcloud
|
|
|
|
|
|