Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
fastapi[all]
|
| 2 |
-
scikit-learn==1.
|
| 3 |
numpy==1.21.5
|
| 4 |
pandas==1.3.1
|
| 5 |
-
pydantic
|
|
|
|
|
|
| 1 |
fastapi[all]
|
| 2 |
+
scikit-learn==1.3.2
|
| 3 |
numpy==1.21.5
|
| 4 |
pandas==1.3.1
|
| 5 |
+
pydantic
|
| 6 |
+
xgboost
|