Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
numpy==2.0.2
|
| 4 |
-
pandas==2.
|
| 5 |
-
scikit-learn==1.
|
| 6 |
pydantic==2.4.2
|
| 7 |
python-multipart==0.0.6
|
| 8 |
-
joblib==1.
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
numpy==2.0.2
|
| 4 |
+
pandas==2.2.0
|
| 5 |
+
scikit-learn==1.5.0
|
| 6 |
pydantic==2.4.2
|
| 7 |
python-multipart==0.0.6
|
| 8 |
+
joblib==1.4.2
|