Skip to content

Commit

Permalink
Update sklearn to 1.5.1 in every runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Sep 9, 2024
1 parent bd5e547 commit c226e8d
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 102 deletions.
54 changes: 27 additions & 27 deletions runtimes/alibi-detect/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions runtimes/alibi-detect/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python = ">=3.9,<3.12"
mlserver = "*"
alibi-detect = {extras = ["tensorflow"], version = "*"}
pydantic = "2.7.1"
scikit-learn = "1.5.1"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
Expand Down
51 changes: 26 additions & 25 deletions runtimes/alibi-explain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions runtimes/alibi-explain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mlserver_lightgbm = "*"
orjson = "*"
alibi = {extras = ["shap", "tensorflow"], version = "*"}
pydantic = "2.7.1"
scikit-learn = "1.5.1"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
Expand Down
Loading

0 comments on commit c226e8d

Please sign in to comment.