From 86f3f91c3a21bc45b55ee1f715f423db934a94a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:42:09 +0000 Subject: [PATCH] build(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/0.22.2...1.4.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/_test.txt b/requirements/_test.txt index 6deb9f8..d908ea3 100644 --- a/requirements/_test.txt +++ b/requirements/_test.txt @@ -2,5 +2,5 @@ coverage >=5.0 pytest >=6.0 pytest-cov -scikit-learn >0.22.1, <1.4.0 +scikit-learn >0.22.1, <1.5.0 torchmetrics >=0.8.0, <1.3.0