From 5a6988d145d998c8ef6f5504486724af617b84b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:07:41 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.5.0 to >=1.9.0 in /backend 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.5.0...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3d8df373c6..79e24dbd18 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -108,7 +108,7 @@ dependencies = [ # (sources only apply to direct deps). Otherwise it's transitive via # sentence-transformers. See [tool.uv.sources] below. "torch>=2.12.1", - "scikit-learn>=1.5.0", + "scikit-learn>=1.9.0", "bertopic>=0.16.0", "nltk>=3.9.4", ]