Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.103.2
|
| 2 |
uvicorn==0.23.2
|
| 3 |
-
numpy==1.
|
| 4 |
-
pandas==
|
| 5 |
pydantic==2.3.0
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
joblib==1.4.2
|
|
|
|
| 1 |
fastapi==0.103.2
|
| 2 |
uvicorn==0.23.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
pandas==2.2.2
|
| 5 |
pydantic==2.3.0
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
joblib==1.4.2
|