Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn[standard]=
|
| 3 |
-
scikit-learn==1.
|
| 4 |
-
xgboost==2.
|
| 5 |
-
pandas>=2.
|
| 6 |
-
numpy>=2.
|
| 7 |
-
joblib=
|
| 8 |
-
pydantic=
|
| 9 |
-
python-multipart=
|
|
|
|
| 1 |
+
fastapi>=0.115.0
|
| 2 |
+
uvicorn[standard]>=0.30.6
|
| 3 |
+
scikit-learn==1.8.0
|
| 4 |
+
xgboost==3.2.0
|
| 5 |
+
pandas>=2.3.0
|
| 6 |
+
numpy>=2.4.0
|
| 7 |
+
joblib>=1.5.0
|
| 8 |
+
pydantic>=2.9.0
|
| 9 |
+
python-multipart>=0.0.12
|