From 565ecd620f44bc68c677cf023fe155323a1c7db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:31:32 +0000 Subject: [PATCH] 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.21.0...1.4.2) --- 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 0099751e9..509ed3aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pandas>=2.0,<=2.2.1", "pybtex", "pybtex-apa-style", - "scikit-learn>=0.21, <=1.4.1.post1", + "scikit-learn>=0.21, <=1.4.2", "scipy>=1.2.0, <=1.13.0", "threadpoolctl", ]