From a1b80ed51a736ce729f2b24549a0c54094a3cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:04:06 +0000 Subject: [PATCH] Bump scikit-learn in /Cassava Leaf Disease Classification Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.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.23.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cassava Leaf Disease Classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cassava Leaf Disease Classification/requirements.txt b/Cassava Leaf Disease Classification/requirements.txt index aff83f4..b4d0b76 100644 --- a/Cassava Leaf Disease Classification/requirements.txt +++ b/Cassava Leaf Disease Classification/requirements.txt @@ -1,6 +1,6 @@ # pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html opencv-python -scikit-learn==0.23.2 +scikit-learn==1.0.1 scikit-image pandas tqdm