From 82bcf4fd7c2fad20241f854cb75c0b7e5568c23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:52:39 +0000 Subject: [PATCH] Update skl2onnx requirement from <1.20,>=1.19.1 to >=1.19.1,<1.21 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/v1.19.1...1.20.0) --- updated-dependencies: - dependency-name: skl2onnx dependency-version: 1.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a199beda..1b02195d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "xarray >=0.19,<2026.1", "urllib3 >= 2.1, < 2.7", "pydantic >= 2.10.6, < 2.13", - 'skl2onnx >=1.19.1,<1.20', + 'skl2onnx >=1.19.1,<1.21', ] [project.urls]