Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions python/serving/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ absl-py==2.3.1 \
--hash=sha256:eeecf07f0c2a93ace0772c92e596ace6d3d3996c042b2128459aaae2a76de11d
# via
# -r ../data_accessors/requirements.in
# -r medgemma_requirements.in
# -r requirements.in
# -r serving_framework/requirements.in
# ez-wsi-dicomweb
attrs==25.4.0 \
Expand Down Expand Up @@ -574,7 +574,7 @@ numpy==1.26.4 \
--hash=sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f
# via
# -r ../data_accessors/requirements.in
# -r medgemma_requirements.in
# -r requirements.in
# -r serving_framework/requirements.in
# ez-wsi-dicomweb
# imagecodecs
Expand All @@ -591,7 +591,7 @@ opencv-python-headless==4.11.0.86 \
--hash=sha256:f447d8acbb0b6f2808da71fddd29c1cdd448d2bc98f72d9bb78a7a898fc9621b
# via
# -r ../data_accessors/requirements.in
# -r medgemma_requirements.in
# -r requirements.in
# ez-wsi-dicomweb
openslide-bin==4.0.0.10 \
--hash=sha256:43b65d501f9b03fc890a02449d614fae66fc54a482b29414ebff50cc9dfcb7c3 \
Expand Down Expand Up @@ -1087,7 +1087,7 @@ requests-mock==1.9.3 \
--hash=sha256:8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba
# via
# -r ../data_accessors/requirements.in
# -r medgemma_requirements.in
# -r requirements.in
# -r serving_framework/triton/requirements.in
# ez-wsi-dicomweb
requests-toolbelt==1.0.0 \
Expand Down Expand Up @@ -1276,7 +1276,7 @@ tqdm==4.67.1 \
transformers==4.57.3 \
--hash=sha256:c77d353a4851b1880191603d36acb313411d3577f6e2897814f333841f7003f4 \
--hash=sha256:df4945029aaddd7c09eec5cad851f30662f8bd1746721b34cc031d70c65afebc
# via -r medgemma_requirements.in
# via -r requirements.in
tritonclient==2.56.0 \
--hash=sha256:a28734a028a1f02429d5463b6dccc3fdb0a13308ef74d9eca8a1e5dff8c60913 \
--hash=sha256:b0fe8ab57741f8ffa0fa9e21f1ee78610be588b37bc88eb2d15492a2a652f6ad \
Expand Down Expand Up @@ -1312,7 +1312,7 @@ zipp==3.23.0 \
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
setuptools==78.1.1 \
--hash=sha256:c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561 \
--hash=sha256:fcc17fd9cd898242f6b4adfaca46137a9edef687f43e6f78469692a5e70d851d
# via -r serving_framework/requirements.in
2 changes: 1 addition & 1 deletion python/serving/serving_framework/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ grpcio-status~=1.68.1
gunicorn~=23.0.0
jsonschema~=4.23.0
numpy<=2.0.2 # bypassing faulty version restriction in tritonclient
setuptools~=75.6.0
setuptools~=78.1.1
typing-extensions~=4.12.2