mgbam commited on
Commit
132b0cb
·
verified ·
1 Parent(s): a00699a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,14 +1,13 @@
 
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
 
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