Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ Flask==2.2.2
|
|
| 2 |
pandas==1.5.3
|
| 3 |
scikit-learn==1.2.2
|
| 4 |
joblib==1.2.0
|
| 5 |
-
gunicorn==20.1.0
|
|
|
|
|
|
| 2 |
pandas==1.5.3
|
| 3 |
scikit-learn==1.2.2
|
| 4 |
joblib==1.2.0
|
| 5 |
+
gunicorn==20.1.0
|
| 6 |
+
numpy==1.23.5
|