Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
joblib
|
4 |
-
scikit-learn
|
5 |
numpy
|
6 |
pandas
|
7 |
-
|
8 |
pydantic
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
joblib
|
4 |
+
scikit-learn==1.6.1
|
5 |
numpy
|
6 |
pandas
|
7 |
+
python-multipart
|
8 |
pydantic
|