mgbam commited on
Commit
cde57b4
·
verified ·
1 Parent(s): cff0e3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -16
requirements.txt CHANGED
@@ -1,22 +1,14 @@
1
- # Core Data & Computation
 
 
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
- # 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
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