From b1b442554b90b11aa57169fd37c0815915828a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:56:52 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.5.0. - [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.0.0...v2.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index efb6fe0..a5e8e61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.17.2 -tensorflow==2.0.0 +tensorflow==2.5.0 gym falcon diff --git a/setup.py b/setup.py index cc69914..17893bf 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,6 @@ name = 'policygradient', version = 0.1, packages = find_packages(), - install_requires = ['pip >= 19.3.1', 'numpy', 'tensorflow==2.0.0', 'gym', 'falcon'], + install_requires = ['pip >= 19.3.1', 'numpy', 'tensorflow==2.5.0', 'gym', 'falcon'], include_package_data = True )