From 89e25a62f560bd7b00527f87b11d66cde7f52ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:13:54 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.6.1 to 1.7.2 in /install Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.1 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.1...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] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index f7a081a75..c5ec29e02 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -21,7 +21,7 @@ pytest==8.4.2 pytest-mock==3.15.0 pytest-xdist==3.8.0 scipy==1.15.1 -scikit-learn==1.6.1 +scikit-learn==1.7.2 GitPython==3.1.45 protobuf==4.25.8 exclusiveprocess==0.9.4