Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
pydantic==2.8.0
|
| 3 |
uvicorn==0.23.2
|
|
|
|
| 4 |
pandas==2.1.1
|
| 5 |
scikit-learn==1.5.1
|
| 6 |
joblib==1.3.2
|
|
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
pydantic==2.8.0
|
| 3 |
uvicorn==0.23.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
pandas==2.1.1
|
| 6 |
scikit-learn==1.5.1
|
| 7 |
joblib==1.3.2
|