From 8cd7677b76c7bdf917d62f78395f6515d057c8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:22:31 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.5.0 to >=1.8.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.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.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 256e4ba4b2..bcfd36932a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -105,7 +105,7 @@ dependencies = [ "opencv-python-headless>=4.10.0.84", "psycopg[c]==3.2.12", "sentence-transformers>=3.0.0", - "scikit-learn>=1.5.0", + "scikit-learn>=1.8.0", "bertopic>=0.16.0", "nltk>=3.9.4", ]