From 3bba45cc04c3b3991056b6ef04f70e7fc3a5ead6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:23:36 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.6,>=1.3.2 to >=1.3.2,<1.7 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d01bc2d..910a480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ "myst-nb>=1.0.0,<1.2", ] notebooks = [ - "scikit-learn>=1.5.1,<1.6", + "scikit-learn>=1.5.1,<1.7", "torch>=2.1.2,<2.6", "torchvision>=0.16.2,<0.22", "ipywidgets>=8.1.1,<8.2", @@ -64,7 +64,7 @@ dev-tests = [ "pytest>=8.3.1,<8.4", "pytest-cov>=6.0.0,<6.1", "pytest-mock>=3.14.0,<3.15", - "scikit-learn>=1.5.1,<1.6", + "scikit-learn>=1.5.1,<1.7", ] dev-ruff = [ "ruff>=0.8.1,<0.9",