From bb984b4373280ed36115da784ff438085054c676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:28:03 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.3.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.3.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.0.0...v2.3.1) 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..b5ca5b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.17.2 -tensorflow==2.0.0 +tensorflow==2.3.1 gym falcon diff --git a/setup.py b/setup.py index cc69914..f3f2238 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.3.1', 'gym', 'falcon'], include_package_data = True )