From 7db5ea1cfca7b3b8a6b15993481ecbec9bb0ba8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:08:22 +0200 Subject: [PATCH] Update scikit-learn requirement from <=1.5.1 to <=1.5.2 (#123) 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.1-beta...1.5.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Palla --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 15e0de5..f35bc2c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,7 +1,7 @@ pytest pytest-xdist pytest-cov -scikit-learn <= 1.5.1 +scikit-learn <= 1.5.2 pre-commit; sys_platform == 'darwin' sphinx breathe