From 40bd8ede76039eba79130a1948f6a5f3eb105554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 07:02:22 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.12.0. - [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.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index a9fd127..a11fa4b 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.11.0 +tensorflow==2.12.0 numpy==1.24.2 scipy==1.10.0 matplotlib==3.6.3 diff --git a/requirements.txt b/requirements.txt index 14456a3..dccd2f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.11.0 +tensorflow==2.12.0 numpy==1.24.2 scipy==1.10.0 matplotlib==3.6.2 \ No newline at end of file