Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -12
requirements.txt
CHANGED
|
@@ -1,22 +1,13 @@
|
|
| 1 |
-
#
|
| 2 |
-
# Core dependencies
|
| 3 |
streamlit==1.35.0
|
| 4 |
pandas==2.2.2
|
| 5 |
numpy==1.26.4
|
| 6 |
plotly==5.22.0
|
| 7 |
-
# Data processing
|
| 8 |
-
scipy==1.13.1
|
| 9 |
-
scikit-learn==1.5.0
|
| 10 |
chardet==5.2.0
|
| 11 |
openpyxl==3.1.2
|
| 12 |
-
# Environment and configuration
|
| 13 |
python-dotenv==1.0.1
|
| 14 |
-
# Optional AI features (install if needed)
|
| 15 |
openai==1.28.1
|
| 16 |
google-generativeai==0.7.1
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
xlsxwriter==3.1.9 # For Excel export with formatting
|
| 20 |
-
# Development and testing (optional)
|
| 21 |
-
pytest==7.4.4
|
| 22 |
|
|
|
|
| 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
|
|
|
|
|
|
|
|
|
|
| 13 |
|