From 9a649c5581fa802479e652fd7dd3baeea7084d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:40:00 +0530 Subject: [PATCH] deps(deps): update scikit-learn requirement from >=1.6.1 to >=1.7.2 (#708) 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.6.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a521c9e..fac218bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "numpy>=2.0.2", "pandas>=1.3.0", "scipy>=1.13.1", - "scikit-learn>=1.6.1", + "scikit-learn>=1.7.2", "umap-learn>=0.5.12", "spacy>=3.4.0", "transformers>=4.20.0",