From fe7f58ed6f4ec9aa6fc957a254fe54b656ab5056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 04:27:48 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.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.8.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithms and Deep Learning Models/Deep Learning-Driven Breast Cancer Diagnosis/requirements.txt b/Algorithms and Deep Learning Models/Deep Learning-Driven Breast Cancer Diagnosis/requirements.txt index 85c254bca..4b9a9dc56 100644 --- a/Algorithms and Deep Learning Models/Deep Learning-Driven Breast Cancer Diagnosis/requirements.txt +++ b/Algorithms and Deep Learning Models/Deep Learning-Driven Breast Cancer Diagnosis/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.3 -tensorflow==2.8.0 +tensorflow==2.12.1 opencv-python-headless==4.5.5.64 numpy==1.21.5 \ No newline at end of file