Skip to content

Commit 340b4c1

Browse files
dependabot[bot]RobertSamoilescu
authored andcommitted
build(deps): bump keras from 3.7.0 to 3.9.0 - manual (#2069)
1 parent 21628ca commit 340b4c1

File tree

12 files changed

+2355
-286
lines changed

12 files changed

+2355
-286
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM python:3.10-slim AS wheel-builder
22
SHELL ["/bin/bash", "-l", "-c"]
33

4-
ARG POETRY_VERSION="1.8.3"
4+
# TODO: Upgrade poetry version to 2.x
5+
# Currently it fails in `poetry export --with all-runtimes --without-hashes --format constraints.txt -o /opt/mlserver/dist/constraints.txt`
6+
ARG POETRY_VERSION="1.8.5"
57

68
COPY ./hack/build-wheels.sh ./hack/build-wheels.sh
79
COPY ./mlserver ./mlserver

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ install-dev:
1818

1919
lock:
2020
echo "Locking mlserver deps..."
21-
poetry lock --no-update
21+
poetry lock
2222
for _runtime in ./runtimes/*; \
2323
do \
2424
echo "Locking $$_runtime deps..."; \
25-
poetry lock --no-update -C $$_runtime; \
25+
poetry lock -C $$_runtime; \
2626
done
2727

2828
_generate_model_repository: # "private" target to call `fmt` after `generate`

poetry.lock

Lines changed: 740 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/alibi-detect/poetry.lock

Lines changed: 400 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/alibi-explain/poetry.lock

Lines changed: 245 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/catboost/poetry.lock

Lines changed: 159 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/huggingface/poetry.lock

Lines changed: 232 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/lightgbm/poetry.lock

Lines changed: 142 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/mlflow/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/mllib/poetry.lock

Lines changed: 142 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)