From d9f20c8108e79e95c23080f4c8f950e6d4da862e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 23:29:29 +0000 Subject: [PATCH] fix:(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.1.2...1.5.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 f370250d..319d1021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "scipy>=1.8.1,<1.14.0", "pandas>=1.4.4,<2.3.0", "wasabi>=0.9.0,<1.2.0", - "scikit-learn>=1.1.2,<1.5.0", + "scikit-learn>=1.1.2,<1.6.0", "srsly>=2.4.4, <2.5.0", "wandb>=0.12.7,<0.17.1", "psutil>=5.9.1, <6.0.0",