From 11ca7b1387836377ce257729545942da874d0550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:30:43 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.0.1 in /examples/image-classification Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-classification/requirements.txt b/examples/image-classification/requirements.txt index 4f22f39c4..cf8e1a5a6 100644 --- a/examples/image-classification/requirements.txt +++ b/examples/image-classification/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.15.2 datasets>=1.15.0 -scikit-learn==0.24.2 +scikit-learn==1.0.1 evaluate