From b51d8d560926c190b2d59f962b46cc598963bf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:31:26 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Bump scikit-learn from 1.6.0 to 1.7.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.0 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.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(-) diff --git a/pyproject.toml b/pyproject.toml index 45ec0b5d..44ef04b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dependencies_2024 = [ "torch==2.5.0", "numpy==2.2.0", "pandas==2.2.3", - "scikit-learn==1.6.0", + "scikit-learn==1.7.2", "pytorch-lightning==2.4.0", "scipy==1.14.1", "omegaconf==2.3.0",