From 65da638b4a98a513d118b356c851ddf8e28b0ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:03:23 +0000 Subject: [PATCH] [MNT] Update scikit-learn requirement in the python-packages group Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `scikit-learn` to 1.6.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0...1.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ccbd341d9..c6827a84f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "numpy>=1.21.0,<2.1.0", "packaging>=20.0", "pandas>=2.0.0,<2.3.0", - "scikit-learn>=1.0.0,<1.6.0", + "scikit-learn>=1.0.0,<1.7.0", "scipy>=1.9.0,<1.15.0", "typing-extensions>=4.6.0", ]