From 2dda5d157b84928914e7c88ceb68d5d079eddd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 00:24:32 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.5.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.5.3. - [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.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..a14d245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.17.2 -tensorflow==2.0.0 +tensorflow==2.5.3 gym falcon diff --git a/setup.py b/setup.py index cc69914..c5dd6f8 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.3', 'gym', 'falcon'], include_package_data = True )