From 12b57601c96357876684a38dfbf314150ea8f3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:40:56 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.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.6.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Leukaemia Classification using DL/Requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithms and Deep Learning Models/Leukaemia Classification using DL/Requirements.txt b/Algorithms and Deep Learning Models/Leukaemia Classification using DL/Requirements.txt index 05eabaada..92e0cc209 100644 --- a/Algorithms and Deep Learning Models/Leukaemia Classification using DL/Requirements.txt +++ b/Algorithms and Deep Learning Models/Leukaemia Classification using DL/Requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.3 pandas==1.5.0 matplotlib==3.6.0 -tensorflow==2.6.0 +tensorflow==2.12.1 Keras \ No newline at end of file