-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing dependency versions for model servers
Signed-off-by: greg pereira <[email protected]>
- Loading branch information
1 parent
07cbb1d
commit abe7c21
Showing
2 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
model_servers/object_detection_python/src/requirements-unlocked.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
fastapi | ||
pillow | ||
pydantic | ||
requests | ||
transformers | ||
torch | ||
uvicorn |
47 changes: 32 additions & 15 deletions
47
model_servers/object_detection_python/src/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,53 @@ | ||
annotated-types==0.6.0 | ||
anyio==4.3.0 | ||
certifi==2024.2.2 | ||
annotated-types==0.7.0 | ||
anyio==4.4.0 | ||
certifi==2024.6.2 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
dnspython==2.6.1 | ||
email_validator==2.2.0 | ||
fastapi==0.111.0 | ||
filelock==3.14.0 | ||
fsspec==2024.3.1 | ||
fastapi-cli==0.0.4 | ||
filelock==3.15.3 | ||
fsspec==2024.6.0 | ||
h11==0.14.0 | ||
httpcore==1.0.5 | ||
httptools==0.6.1 | ||
httpx==0.27.0 | ||
huggingface-hub==0.23.4 | ||
idna==3.7 | ||
Jinja2==3.1.4 | ||
markdown-it-py==3.0.0 | ||
MarkupSafe==2.1.5 | ||
mdurl==0.1.2 | ||
mpmath==1.3.0 | ||
networkx==3.3 | ||
numpy==1.26.4 | ||
packaging==24.0 | ||
numpy==2.0.0 | ||
orjson==3.10.5 | ||
packaging==24.1 | ||
pillow==10.3.0 | ||
pydantic==2.7.4 | ||
pydantic_core==2.18.3 | ||
pydantic_core==2.18.4 | ||
Pygments==2.18.0 | ||
python-dotenv==1.0.1 | ||
python-multipart==0.0.9 | ||
PyYAML==6.0.1 | ||
regex==2024.4.28 | ||
requests==2.31.0 | ||
regex==2024.5.15 | ||
requests==2.32.3 | ||
rich==13.7.1 | ||
safetensors==0.4.3 | ||
shellingham==1.5.4 | ||
sniffio==1.3.1 | ||
starlette==0.37.2 | ||
sympy==1.12.1 | ||
timm==0.9.16 | ||
tokenizers==0.19.1 | ||
torch==2.3.1 | ||
torchvision==0.18.1 | ||
tqdm==4.66.4 | ||
transformers==4.40.2 | ||
typing_extensions==4.11.0 | ||
transformers==4.41.2 | ||
typer==0.12.3 | ||
typing_extensions==4.12.2 | ||
ujson==5.10.0 | ||
urllib3==2.2.2 | ||
uvicorn==0.29.0 | ||
uvicorn==0.30.1 | ||
uvloop==0.19.0 | ||
watchfiles==0.22.0 | ||
websockets==12.0 |