Skip to content

Commit f98ee88

Browse files
authored
Use latest alibi-detect release for alibi-detect-server (#7011)
1 parent 1231d6d commit f98ee88

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

components/alibi-detect-server/poetry.lock

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

components/alibi-detect-server/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ description = "Model Explanation Server"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Business Source License 1.1"
77

8-
[[tool.poetry.source]]
9-
name = "test-pypi"
10-
url = "https://test.pypi.org/simple/"
11-
priority = "explicit"
12-
138
[tool.poetry.dependencies]
149
python = ">=3.12.0,<3.13"
15-
alibi-detect = {version = "0.13.0rc1", source = "test-pypi", extras = ["all"]}
10+
alibi-detect = {version = "0.13.0", extras = ["all"]}
1611
seldon-core = {path = "_seldon_core", develop = false}
1712
numpy = "1.26.4"
1813
cloudevents = "1.2.0"

0 commit comments

Comments
 (0)