From 16f585d3a4186b2b25538861b7141a53d178218a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:05 +0000 Subject: [PATCH] deps(deps): bump scikit-learn from 1.5.0 to 1.7.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.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.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(-) diff --git a/pyproject.toml b/pyproject.toml index b2177a3..38f6a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "torchvision==0.18.0", "numpy==1.26.4", "pandas==2.2.2", - "scikit-learn==1.5.0", + "scikit-learn==1.7.2", "scipy==1.13.0", "mlflow==2.14.1", "prometheus-client==0.19.0",