Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
joblib
|
|
|
|
|
|
|
| 4 |
pydantic
|
| 5 |
scikit-learn==1.3.2
|
| 6 |
numpy<2.0.0
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
joblib
|
| 4 |
+
scikit-learn
|
| 5 |
+
pandas
|
| 6 |
pydantic
|
| 7 |
scikit-learn==1.3.2
|
| 8 |
numpy<2.0.0
|