From da76642a4424e3e30cdd29927452cd8e26ad6300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:20:05 +0000 Subject: [PATCH] chore(deps): Update scikit-learn requirement 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.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1eab5ff2..3350229a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ examples = [ "textdistance~=4.0", "datasets>2,<4", "sympy~=1.0", - "scikit-learn~=1.6.1", + "scikit-learn>=1.6.1,<1.8.0", "faiss-cpu>=1.10,<1.12" ] docs = [