From 084d40e54475d543d412867f37b7c60b256a9d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:04:50 +0000 Subject: [PATCH] Update skl2onnx requirement Updates the requirements on [skl2onnx](https://github.com/onnx/sklearn-onnx) to permit the latest version. - [Release notes](https://github.com/onnx/sklearn-onnx/releases) - [Changelog](https://github.com/onnx/sklearn-onnx/blob/main/CHANGELOGS.md) - [Commits](https://github.com/onnx/sklearn-onnx/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: skl2onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt index 9d3a3ca7..0e151eba 100644 --- a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt +++ b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt @@ -8,7 +8,7 @@ pandas~=2.2.0 plotly~=5.20.0 scikit-learn scipy~=1.12.0 -skl2onnx~=1.16.0 +skl2onnx~=1.17.0 codeflare-sdk~=0.18.0 # DB connectors