From 547ad0cb632775fcd72c7a615f515d01a3472dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:45:07 +0000 Subject: [PATCH] Bump tensorflow from 2.5.3 to 2.11.1 in /tf-nonlinearity Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.11.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.5.3...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tf-nonlinearity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-nonlinearity/requirements.txt b/tf-nonlinearity/requirements.txt index 1f6f1ec..a4aa386 100644 --- a/tf-nonlinearity/requirements.txt +++ b/tf-nonlinearity/requirements.txt @@ -4,5 +4,5 @@ ipython==7.16.3 matplotlib==1.5.3 numpy==1.21.0 scipy==0.18.1 -tensorflow==2.5.3 +tensorflow==2.11.1 tqdm==4.8.4