From bfc1e42a36ccff21a189b3e000010840638bab60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:28:47 +0000 Subject: [PATCH] Bump tensorflow from 2.5.3 to 2.6.4 in /tf-nonlinearity Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.6.4. - [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.6.4) --- 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..b49b37a 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.6.4 tqdm==4.8.4