From 3c6882fc7314626a5b2ad04117723b56d03be6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:05:05 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 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.0.0...v2.6.4) --- 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..c4a3f02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.17.2 -tensorflow==2.0.0 +tensorflow==2.6.4 gym falcon diff --git a/setup.py b/setup.py index cc69914..0db4766 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.6.4', 'gym', 'falcon'], include_package_data = True )