From d86b3c83730bbfc11bd680c4dcbe167950806bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:20:18 +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.6.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 7f61811f..5999807c 100644 --- a/requirements/_test.txt +++ b/requirements/_test.txt @@ -3,5 +3,5 @@ pytest >=6.0 pytest-cov pytest-forked ==1.6.0 -scikit-learn >0.22.1, <1.6.0 +scikit-learn >0.22.1, <1.7.0 torchmetrics >=0.8.0, <1.5.0