From 74aa1e45252002b1e9fdfc4e7157729c546fb628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:53:36 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.5 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 363ec1f..148022d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ science = [ "matplotlib>=3.9", "numpy>=2.2.6", "pandas>=2.2", - "scikit-learn>=1.5", + "scikit-learn>=1.7.2", "scipy>=1.14", "seaborn>=0.13", ]