From 448220e684166bb67733c1db9b2f5afb5e1196ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:19:42 +0000 Subject: [PATCH] Bump tensorflow from 2.5.3 to 2.11.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5c29c..b9417f7 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.11.1', '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',