From aacc6abf37e3cbc4500b4f370cc92e840d32b895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:02:08 +0000 Subject: [PATCH] Bump tensorflow from 2.5.3 to 2.7.2 in /tf-nonlinearity Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.7.2. - [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.7.2) --- 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..703db12 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.7.2 tqdm==4.8.4