Skip to content

Commit 77ed18c

Browse files
committed
chore(deps): update codeflare-sdk to v0.31.1 and remove toleration for other versions from the test
1 parent 7229515 commit 77ed18c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jupyter/trustyai/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"scipy~=1.15.2",
2828
"skl2onnx~=1.18.0",
2929
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
30-
"codeflare-sdk~=0.31.0; platform_machine != 'ppc64le'",
30+
"codeflare-sdk~=0.31.1; platform_machine != 'ppc64le'",
3131
"kubeflow-training==1.9.2",
3232

3333
# DB connectors

tests/test_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def test_image_pyprojects_version_alignment(subtests: pytest_subtests.plugin.Sub
280280
),
281281
("pandas", ("~=2.2.3", "~=1.5.3")),
282282
("scikit-learn", ("~=1.6.1", "~=1.7.0")),
283-
("codeflare-sdk", ("~=0.29.0", "~=0.30.0")),
284283
("ipython-genutils", (">=0.2.0", "~=0.2.0")),
285284
("jinja2", (">=3.1.6", "~=3.1.6")),
286285
("jupyter-client", ("~=8.6.3", ">=8.6.3")),

0 commit comments

Comments
 (0)