Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
pandas==2.1.3
|
4 |
-
scikit-learn==1.
|
5 |
-
joblib==1.
|
6 |
python-multipart==0.0.6
|
7 |
pydantic==2.5.2
|
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
pandas==2.1.3
|
4 |
+
scikit-learn==1.6.1
|
5 |
+
joblib==1.4.2
|
6 |
python-multipart==0.0.6
|
7 |
pydantic==2.5.2
|