From 285c2baa46fc4719628d527da795102c57960239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:16 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.7.2 to >=1.8.0 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.7.2...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.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 0df2117..4d675e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "requests>=2.32.5", "runpod>=1.8.1", "sentencepiece>=0.2.1", - "scikit-learn>=1.7.2", + "scikit-learn>=1.8.0", "simplejson>=3.20.2", "tabulate>=0.9.0", "tensorboard>=2.20.0",