Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.28.0
|
| 3 |
pydantic==2.6.4
|
| 4 |
-
huggingface_hub
|
|
|
|
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.28.0
|
| 3 |
pydantic==2.6.4
|
| 4 |
+
huggingface_hub
|
| 5 |
+
numpy
|