From bd4a1b2043c9ddf327b991f2a1d8314198c93c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:15:58 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.4 in /pernaf2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 1.15.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/v1.14.0...v1.15.4) Signed-off-by: dependabot[bot] --- pernaf2/pernaf.egg-info/requires.txt | 2 +- pernaf2/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pernaf2/pernaf.egg-info/requires.txt b/pernaf2/pernaf.egg-info/requires.txt index 4b673af..e749ebd 100644 --- a/pernaf2/pernaf.egg-info/requires.txt +++ b/pernaf2/pernaf.egg-info/requires.txt @@ -1,3 +1,3 @@ -tensorflow==1.14 +tensorflow==1.15.4 numpy gym diff --git a/pernaf2/setup.py b/pernaf2/setup.py index 0492acb..2ab2523 100644 --- a/pernaf2/setup.py +++ b/pernaf2/setup.py @@ -47,7 +47,7 @@ def reqs(*f): url = 'https://github.com/MathPhysSim/PER-NAF', long_description=long_description, long_description_content_type='text/markdown', - install_requires=['tensorflow==1.14', 'numpy', 'gym'], + install_requires=['tensorflow==1.15.4', 'numpy', 'gym'], packages=find_packages(), include_package_data=True, classifiers=[