-
Notifications
You must be signed in to change notification settings - Fork 855
chore(alibi-detect-server): [INFRA-1646] Upgrade alibi-detect-server #6935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-1.19.0-prep
Are you sure you want to change the base?
chore(alibi-detect-server): [INFRA-1646] Upgrade alibi-detect-server #6935
Conversation
| scikit-learn = "0.24.2" | ||
| tensorflow = "2.18.1" | ||
| tensorflow-probability = "0.24.0" | ||
| tf-keras = "2.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in latest alibi-detect:
"tf-keras>=2.16.0, <2.19.0",
| alibi-detect = {version = "^0.12.0"} | ||
| seldon-core = {path = "_seldon_core", develop = false} | ||
| numpy = "*" | ||
| numpy = "1.26.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in latest alibi-detect:
"numpy>=1.16.2, <2.0.0",
…in update dependencies for correct installation
… run alibi detect server
… fix for the CVE in the same way as it's introduced in the `alibi-explain-server` image
af1ed6b to
63c6d92
Compare
| python = ">=3.8,<3.11" | ||
| alibi-detect = {version = "^0.11.4", extras = ["all"]} | ||
| python = ">=3.12.0,<3.13" | ||
| alibi-detect = {version = "0.13.0rc1", source = "test-pypi", extras = ["all"]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Replace with non-candidate release
| authors = ["Seldon Technologies Ltd. <hello@seldon.io>"] | ||
| license = "Business Source License 1.1" | ||
|
|
||
| [[tool.poetry.source]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: remove as test pypi won't be needed
Upgraded and fixed
alibi-detect-serverimage.Other changes
TODO
alibi-detectreleaseTesting
✅ unit tests in the
components/alibi-detect-serverare passing✅
test_alibi_detecttests from the/testing/scriptsfolder are passingcomponents/drift-detection/cifar10/cifar10_drift.ipynbfor testing drift detection, but I wasn't able to quickly install knative and debug the problem I had