From 801a59a5c8e93d78fcbcd945f03b2e25f3508d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:28:57 +0000 Subject: [PATCH] Bump tensorflow from 2.5.3 to 2.6.4 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5c29c..90deee2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ ], }, test_suite='tests', - install_requires=['pyyaml>=5.1', 'tensorflow==2.5.3', 'scipy==1.5.1', + install_requires=['pyyaml>=5.1', 'tensorflow==2.6.4', 'scipy==1.5.1', 'grpcio>=1.24.3', 'setuptools>=41.0.0', 'numpy==1.21.0'], dependency_links=[ 'https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl',