From acd9a1c9cc1ea99eeb644d90901f26f77ceb10a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:02:18 +0000 Subject: [PATCH] Build(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/1.3.0...1.4.1.post1) --- 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 0f1cb1d4..b41028a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "osqp !=0.6.0,!=0.6.1", "pandas >=1.0.5", "scipy >=1.3.2", - "scikit-learn >=1.3.0,<1.4", + "scikit-learn >=1.3.0,<1.5", ] dynamic = ["version"]