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