Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,7 @@ joblib==1.3.2
|
|
| 3 |
numpy==1.24.3
|
| 4 |
pandas==2.0.3
|
| 5 |
scikit-learn==1.3.0
|
| 6 |
-
huggingface_hub==0.19.4
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy==1.24.3
|
| 4 |
pandas==2.0.3
|
| 5 |
scikit-learn==1.3.0
|
| 6 |
+
huggingface_hub==0.19.4
|
| 7 |
+
fastapi==0.104.1
|
| 8 |
+
uvicorn==0.24.0
|
| 9 |
+
pydantic==2.5.0
|