From 6a0ba73573fd4586e9d526a830ef1b65c4414570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:22:57 +0000 Subject: [PATCH] chore(deps-dev): update scikit-learn requirement from >=1.3.0 to >=1.7.2 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.3.0...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee42b8..2674ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ games = [ ml = [ "opencv-python>=4.8.0", "mediapipe>=0.10.0", - "scikit-learn>=1.3.0", + "scikit-learn>=1.7.2", "numpy>=1.26.0", "textblob>=0.17.1", "vaderSentiment>=3.3.2",