mgbam commited on
Commit
204e9dc
·
verified ·
1 Parent(s): 7fa4e3f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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() functionality
 
 
 
 
 
 
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