Spaces:
Sleeping
Sleeping
v4.0: Fix api/requirements.txt versions + add doctr, huggingface_hub
Browse files- api/requirements.txt +7 -4
api/requirements.txt
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
-
fastapi>=0.
|
| 2 |
-
uvicorn[standard]>=0.
|
| 3 |
-
pydantic>=2.
|
| 4 |
-
transformers>=
|
| 5 |
numpy>=2.0.0
|
| 6 |
python-jose[cryptography]>=3.3.0
|
| 7 |
httpx>=0.28.0
|
| 8 |
peft>=0.15.0
|
| 9 |
torch>=2.5.0
|
| 10 |
sentence-transformers>=3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115.0
|
| 2 |
+
uvicorn[standard]>=0.34.0
|
| 3 |
+
pydantic>=2.10.0
|
| 4 |
+
transformers>=4.45.0
|
| 5 |
numpy>=2.0.0
|
| 6 |
python-jose[cryptography]>=3.3.0
|
| 7 |
httpx>=0.28.0
|
| 8 |
peft>=0.15.0
|
| 9 |
torch>=2.5.0
|
| 10 |
sentence-transformers>=3.0.0
|
| 11 |
+
python-doctr[torch]>=0.9.0
|
| 12 |
+
huggingface_hub>=0.25.0
|
| 13 |
+
python-multipart>=0.0.7
|