Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.111.1
|
| 2 |
+
pydantic==2.8.0
|
| 3 |
+
uvicorn==0.23.2
|
| 4 |
+
pandas==2.1.1
|
| 5 |
+
scikit-learn==1.5.1
|
| 6 |
+
joblib==1.3.2
|
| 7 |
+
typing-extensions==4.9.0
|
| 8 |
+
requests==2.32.0
|
| 9 |
+
xgboost
|