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