From b52dfd8484679327ed146709c1ac4bd646fa8f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:49:56 +0000 Subject: [PATCH] Bump tensorflow in /Detection Models/Brain Tumor Detection Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.11.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Detection Models/Brain Tumor Detection/Web App/requirements.txt | 2 +- Detection Models/Brain Tumor Detection/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Detection Models/Brain Tumor Detection/Web App/requirements.txt b/Detection Models/Brain Tumor Detection/Web App/requirements.txt index 76f4de4ec..86363968c 100644 --- a/Detection Models/Brain Tumor Detection/Web App/requirements.txt +++ b/Detection Models/Brain Tumor Detection/Web App/requirements.txt @@ -2,5 +2,5 @@ Flask==2.3.2 Markdown==3.4.3 numpy==1.23.5 Pillow==9.5.0 -tensorflow==2.12.0 +tensorflow==2.12.1 tensorflow_intel==2.12.0 diff --git a/Detection Models/Brain Tumor Detection/requirements.txt b/Detection Models/Brain Tumor Detection/requirements.txt index faa9d349d..30b8f6f27 100644 --- a/Detection Models/Brain Tumor Detection/requirements.txt +++ b/Detection Models/Brain Tumor Detection/requirements.txt @@ -3,5 +3,5 @@ pandas==1.5.3 seaborn==0.12.2 matplotlib==3.6.3 scikit-learn==1.2.1 -tensorflow==2.11.0 +tensorflow==2.12.1 keras==2.13.1