From 579ac810e5d695f98581c3fff300d9be7a0ac5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:03:34 +0000 Subject: [PATCH] chore(deps-dev): bump scikit-learn from 1.5.0 to 1.7.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.0 to 1.7.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.0...1.7.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bed4e41..b0085d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "build>=1.2.2,<1.4.0", "ruff~=0.12.2", "sphinx>=7.3.7,<8.2.0", - "scikit-learn~=1.5.0", + "scikit-learn>=1.5,<1.8", "pre-commit>=4.0.1,<4.4.0" ] @@ -46,6 +46,6 @@ dev-dependencies = [ "build>=1.2.2,<1.4.0", "ruff~=0.12.2", "sphinx>=7.3.7,<8.2.0", - "scikit-learn~=1.5.0", + "scikit-learn>=1.5,<1.8", "pre-commit>=4.0.1,<4.4.0" ]