Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
|
2 |
-
streamlit==1.
|
3 |
-
pandas==2.
|
4 |
-
numpy==1.
|
5 |
-
plotly==5.
|
6 |
-
chardet==5.
|
7 |
openpyxl==3.1.2
|
8 |
-
python-dotenv==1.0.
|
9 |
-
openai==1.
|
10 |
-
google-generativeai==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
|