From 1da1cdd6be8ae0f1a6cc7e4fc9bd2e527a0846ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:57:00 +0000 Subject: [PATCH] Update scikit-learn requirement from <=1.5.2 to <=1.6.1 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.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index f35bc2c..8f4b8de 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,7 +1,7 @@ pytest pytest-xdist pytest-cov -scikit-learn <= 1.5.2 +scikit-learn <= 1.6.1 pre-commit; sys_platform == 'darwin' sphinx breathe