Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
Flask==2.3.
|
| 2 |
pandas==2.0.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
-
joblib==1.3.
|
| 5 |
gunicorn==21.2.0
|
| 6 |
-
numpy==1.
|
| 7 |
Werkzeug==2.3.7
|
|
|
|
| 1 |
+
Flask==2.3.3
|
| 2 |
pandas==2.0.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
+
joblib==1.3.2
|
| 5 |
gunicorn==21.2.0
|
| 6 |
+
numpy==1.26.4
|
| 7 |
Werkzeug==2.3.7
|