From 8e76e9e830f2eeff6cf709a6d1c125f8cdf20421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:19:03 +0000 Subject: [PATCH] Bump tensorflow from 2.11.1 to 2.12.1 in /Tensorflow_Basics Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.1 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.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tensorflow_Basics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensorflow_Basics/requirements.txt b/Tensorflow_Basics/requirements.txt index 74ed296..8651b6d 100644 --- a/Tensorflow_Basics/requirements.txt +++ b/Tensorflow_Basics/requirements.txt @@ -1,5 +1,5 @@ pydot==1.4.1 -tensorflow==2.11.1 +tensorflow==2.12.1 numpy==1.18.5 matplotlib==3.3.2 Pillow