Spaces:
Sleeping
Sleeping
Commit ·
970a92d
1
Parent(s): c889731
Fix numpy version and regenerate model
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.0
|
| 3 |
xgboost==2.1.0
|
| 4 |
-
scikit-learn==1.
|
| 5 |
pandas==2.2.0
|
| 6 |
numpy==1.26.4
|
| 7 |
joblib==1.4.0
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.0
|
| 3 |
xgboost==2.1.0
|
| 4 |
+
scikit-learn==1.8.0
|
| 5 |
pandas==2.2.0
|
| 6 |
numpy==1.26.4
|
| 7 |
joblib==1.4.0
|