Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ numpy
|
|
4 |
|
5 |
# Visualization
|
6 |
plotly
|
|
|
7 |
|
8 |
# Web Application Framework
|
9 |
gradio
|
@@ -12,4 +13,9 @@ gradio
|
|
12 |
google-generativeai
|
13 |
|
14 |
# Optional Pandas Dependencies for specific features
|
15 |
-
tabulate # Required for .to_markdown()
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
# Visualization
|
6 |
plotly
|
7 |
+
matplotlib # Required by wordcloud
|
8 |
|
9 |
# Web Application Framework
|
10 |
gradio
|
|
|
13 |
google-generativeai
|
14 |
|
15 |
# Optional Pandas Dependencies for specific features
|
16 |
+
tabulate # Required for .to_markdown()
|
17 |
+
|
18 |
+
# Specialized Analysis Modules
|
19 |
+
scikit-learn # For clustering
|
20 |
+
statsmodels # For time-series analysis
|
21 |
+
wordcloud # For text analysis
|