Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -16
requirements.txt
CHANGED
@@ -1,22 +1,14 @@
|
|
1 |
-
|
|
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
-
|
5 |
-
# Visualization
|
6 |
plotly
|
7 |
-
matplotlib # Required by wordcloud
|
8 |
-
|
9 |
-
# Web Application Framework
|
10 |
gradio
|
11 |
-
|
12 |
-
# AI & API Integration
|
13 |
google-generativeai
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
#
|
19 |
-
scikit-learn # For clustering
|
20 |
-
statsmodels # For time-series analysis
|
21 |
-
wordcloud # For text analysis
|
22 |
openpyxl
|
|
|
1 |
+
|
2 |
+
|
3 |
+
|
4 |
pandas
|
5 |
numpy
|
|
|
|
|
6 |
plotly
|
|
|
|
|
|
|
7 |
gradio
|
|
|
|
|
8 |
google-generativeai
|
9 |
+
scikit-learn
|
10 |
+
statsmodels
|
11 |
+
wordcloud
|
12 |
+
pydantic-settings
|
13 |
+
openpyxl # For Excel file support
|
|
|
|
|
|
|
14 |
openpyxl
|