From bcc9da0ff8b5e0b076fce455744c01445e2ee9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:19:15 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.2.3,>=1.0.0 to >=1.0.0,<1.3.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/1.0...1.3.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 631a309..8c58c2a 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -3,7 +3,7 @@ pytest>=6.0 pytest-cov mypy==1.4.1 -scikit-learn >=1.0.0, <1.2.3 +scikit-learn >=1.0.0, <1.3.1 torchmetrics >=0.8.0, <0.12.0 torch >=1.11.0, <3.0.0