Skip to content

Commit

Permalink
update alibi libraries TF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Nov 18, 2024
1 parent b5ab9b1 commit 814cfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/alibi-detect/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ alibi-detect = {extras = ["tensorflow"], version = "*"}

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
tensorflow = "<2.15"
tensorflow = "<2.17"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion runtimes/alibi-explain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mlserver = {path = "../..", develop = true}
mlserver_sklearn = {path = "../../runtimes/sklearn", develop = true}
mlserver_xgboost = {path = "../../runtimes/xgboost", develop = true}
mlserver_lightgbm = {path = "../../runtimes/lightgbm", develop = true}
tensorflow = "<2.15"
tensorflow = "<2.17"
requests-mock = "~1.10.0"
types-requests = "~2.28.11.5"

Expand Down

0 comments on commit 814cfc5

Please sign in to comment.