From f34efe81b2b5937acc3a4e909e8647f6aae7a033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:29:01 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Update scikit-learn requirement 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/0.24.0...1.6.0) --- updated-dependencies: - dependency-name: scikit-learn 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 72173f8b..dd38bd8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pandas>=1.1.0,<2.3.0", "packaging", "scikit-base>=0.6.1,<0.13.0", - "scikit-learn>=0.24.0,<1.6.0", + "scikit-learn>=0.24.0,<1.7.0", "scipy<2.0.0,>=1.2.0", ]