Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
streamlit>=1.33
|
| 2 |
pandas>=2.0
|
| 3 |
-
numpy>=1.24
|
| 4 |
-
scikit-learn>=1.
|
| 5 |
matplotlib>=3.7
|
| 6 |
joblib>=1.3
|
| 7 |
openpyxl>=3.1
|
| 8 |
requests>=2.31
|
| 9 |
plotly>=5
|
|
|
|
|
|
| 1 |
streamlit>=1.33
|
| 2 |
pandas>=2.0
|
| 3 |
+
numpy>=1.24.1
|
| 4 |
+
scikit-learn>=1.5
|
| 5 |
matplotlib>=3.7
|
| 6 |
joblib>=1.3
|
| 7 |
openpyxl>=3.1
|
| 8 |
requests>=2.31
|
| 9 |
plotly>=5
|
| 10 |
+
scipy>=1.10
|