From 89c79401f91036d61ed14693d01844ef5761d0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:26:41 +0000 Subject: [PATCH] chore(deps-dev): update scikit-learn requirement 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.5.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e209bdf..d92c9c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.15.0", "sphinx>=7.3.7,<8.2.0", - "scikit-learn>=1.5,<1.8", + "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.6.0" ] @@ -46,7 +46,7 @@ dev-dependencies = [ "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.15.0", "sphinx>=7.3.7,<8.2.0", - "scikit-learn>=1.5,<1.8", + "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.6.0" ]