Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
pandas==
|
| 3 |
-
numpy==1.23.5
|
| 4 |
scikit-learn==1.5.2
|
|
|
|
| 5 |
joblib==1.3.0
|
| 6 |
matplotlib==3.7.1
|
| 7 |
seaborn==0.12.2
|
|
|
|
| 1 |
+
numpy==2.1.3
|
| 2 |
+
pandas==2.2.3
|
|
|
|
| 3 |
scikit-learn==1.5.2
|
| 4 |
+
streamlit==1.40.1
|
| 5 |
joblib==1.3.0
|
| 6 |
matplotlib==3.7.1
|
| 7 |
seaborn==0.12.2
|