Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
fastapi==0.
|
| 2 |
-
uvicorn==0.
|
| 3 |
numpy==2.0.2
|
| 4 |
-
pandas==2.2.
|
| 5 |
-
scikit-learn==1.
|
| 6 |
-
pydantic==2.
|
| 7 |
-
python-multipart==0.0.
|
| 8 |
joblib==1.4.2
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn==0.34.0
|
| 3 |
numpy==2.0.2
|
| 4 |
+
pandas==2.2.3
|
| 5 |
+
scikit-learn==1.6.1
|
| 6 |
+
pydantic==2.10.4
|
| 7 |
+
python-multipart==0.0.20
|
| 8 |
joblib==1.4.2
|