From 30a9a66826e58237798e69be279dc7c4c6ece90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:22:16 -0400 Subject: [PATCH] Update scikit-learn requirement from <=1.5.1,>=0.21 to >=0.21,<=1.5.2 (#1128) 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.21.0...1.5.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d150a6d64..b6e7be9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pandas>=2.0,<=2.2.2", "pybtex", "pybtex-apa-style", - "scikit-learn>=0.21, <=1.5.1", + "scikit-learn>=0.21, <=1.5.2", "scipy>=1.2.0, <=1.14.1", "threadpoolctl", "tqdm",