Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
fastapi
|
2 |
requests
|
3 |
uvicorn
|
4 |
-
xgboost
|
5 |
-
pydantic
|
6 |
-
pandas
|
7 |
-
joblib
|
8 |
-
scikit-learn
|
|
|
1 |
fastapi
|
2 |
requests
|
3 |
uvicorn
|
4 |
+
xgboost==2.0.3
|
5 |
+
pydantic==2.6.3
|
6 |
+
pandas==2.2.1
|
7 |
+
joblib==1.3.2
|
8 |
+
scikit-learn==1.4.1
|