gaurv007 commited on
Commit
e85a2a6
·
verified ·
1 Parent(s): 6e7c8ba

v4.0: Fix api/requirements.txt versions + add doctr, huggingface_hub

Browse files
Files changed (1) hide show
  1. api/requirements.txt +7 -4
api/requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
- fastapi>=0.136.0
2
- uvicorn[standard]>=0.46.0
3
- pydantic>=2.13.3
4
- transformers>=5.6.1
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