entropy25 commited on
Commit
fa7e4c3
·
verified ·
1 Parent(s): b81beb5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
-
2
- streamlit==1.28.0
3
- pandas==2.1.0
4
- numpy==1.24.3
5
- plotly==5.15.0
6
- chardet==5.1.0
7
  openpyxl==3.1.2
8
- python-dotenv==1.0.0
9
- openai==1.3.0
10
- google-generativeai==0.3.0
 
 
 
1
+ # This is the correct requirements file for the new, enhanced code.
2
+ streamlit==1.35.0
3
+ pandas==2.2.2
4
+ numpy==1.26.4
5
+ plotly==5.22.0
6
+ chardet==5.2.0
7
  openpyxl==3.1.2
8
+ python-dotenv==1.0.1
9
+ openai==1.28.1
10
+ google-generativeai==0.7.1
11
+ scipy==1.13.1
12
+ scikit-learn==1.5.0