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
14 changes: 7 additions & 7 deletions python/serving/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ absl-py==2.1.0 \
--hash=sha256:7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff
# via
# -r ../data_processing/requirements.in
# -r hear_requirements.in
# -r requirements.in
# -r serving_framework/requirements.in
# hcls-imaging-ml-toolkit
# keras
Expand Down Expand Up @@ -600,7 +600,7 @@ numpy==2.0.2 \
--hash=sha256:f26b258c385842546006213344c50655ff1555a9338e2e5e02a0756dc3e803dd
# via
# -r ../data_processing/requirements.in
# -r hear_requirements.in
# -r requirements.in
# -r serving_framework/requirements.in
# h5py
# hcls-imaging-ml-toolkit
Expand Down Expand Up @@ -853,9 +853,9 @@ pypng==0.20220715.0 \
--hash=sha256:4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c \
--hash=sha256:739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1
# via -r ../data_processing/requirements.in
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
requests==2.32.4 \
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
# via
# -r serving_framework/requirements.in
# google-api-core
Expand Down Expand Up @@ -922,7 +922,7 @@ scipy==1.14.1 \
--hash=sha256:eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc \
--hash=sha256:edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1 \
--hash=sha256:fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2
# via -r hear_requirements.in
# via -r requirements.in
six==1.17.0 \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
Expand Down Expand Up @@ -961,7 +961,7 @@ tensorflow==2.18.0 \
--hash=sha256:f8c946df1cb384504578fac1c199a95322373b8e04abd88aa8ae01301df469ea
# via
# -r ../data_processing/requirements.in
# -r hear_requirements.in
# -r requirements.in
# -r serving_framework/requirements.in
# hcls-imaging-ml-toolkit
# tensorflow-serving-api
Expand Down
2 changes: 1 addition & 1 deletion python/serving/serving_framework/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ grpcio~=1.68.1
grpcio-status~=1.68.1
gunicorn~=23.0.0
numpy<=2.0.2 # bypassing faulty version restriction in tritonclient
requests~=2.32.3
requests~=2.32.4
# TODO: b/375469331 - Enable testing with most current requests-mock release.
requests-mock==1.9.3
tensorflow~=2.18.0
Expand Down