Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
fastapi
|
|
|
|
| 2 |
uvicorn
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
requests
|
| 3 |
uvicorn
|
| 4 |
+
xgboost==2.0.2
|
| 5 |
+
pydantic==1.10.9
|
| 6 |
+
pandas==1.5.3
|
| 7 |
+
joblib==1.2.0
|
| 8 |
+
scikit-learn==1.3.0
|