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 @@ -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 Expand Up @@ -1113,9 +1113,9 @@ zipp==3.21.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
# tensorboard
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 @@ -10,5 +10,5 @@ requests-mock==1.9.3
tensorflow~=2.18.0
tensorflow-serving-api~=2.18.0
tensorflow-io-gcs-filesystem>=0.23.1
setuptools~=75.6.0
setuptools~=78.1.1
typing-extensions~=4.12.2