Spaces:
Sleeping
Sleeping
Pin scikit-learn to 1.6.1 to match serialized model
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,6 @@ fastapi
|
|
| 2 |
uvicorn[standard]
|
| 3 |
pydantic
|
| 4 |
pandas
|
| 5 |
-
scikit-learn
|
| 6 |
numpy
|
| 7 |
joblib
|
|
|
|
| 2 |
uvicorn[standard]
|
| 3 |
pydantic
|
| 4 |
pandas
|
| 5 |
+
scikit-learn==1.6.1
|
| 6 |
numpy
|
| 7 |
joblib
|