From eea9075d1bf7c5403898c907245bc77998a31335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 01:53:19 +0000 Subject: [PATCH] Bump scikit-learn in /Detection Models/Brain Tumor Detection Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.1 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.1...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Detection Models/Brain Tumor Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detection Models/Brain Tumor Detection/requirements.txt b/Detection Models/Brain Tumor Detection/requirements.txt index 30b8f6f27..795b2bcd8 100644 --- a/Detection Models/Brain Tumor Detection/requirements.txt +++ b/Detection Models/Brain Tumor Detection/requirements.txt @@ -2,6 +2,6 @@ numpy==1.23.5 pandas==1.5.3 seaborn==0.12.2 matplotlib==3.6.3 -scikit-learn==1.2.1 +scikit-learn==1.5.1 tensorflow==2.12.1 keras==2.13.1