From f7d88f3a782ba2d7df80e0e41ec623554ef37d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:21:54 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.5.0 to >=1.7.2 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.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index a045abc..7241886 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "matplotlib>=3.9.0", "numpy>=1.26.4", "pandas>=2.1.4", - "scikit-learn>=1.5.0", + "scikit-learn>=1.7.2", "scipy>=1.13.1", "seaborn>=0.13.0", "tqdm>=4.66.1",