From 2ee3acd26e798ba2848c961ddf594642e033a6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 20:18:35 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.2 in /pernaf2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 1.15.2. - [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.2) 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..ad0a785 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.2 numpy gym diff --git a/pernaf2/setup.py b/pernaf2/setup.py index 0492acb..76948bb 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.2', 'numpy', 'gym'], packages=find_packages(), include_package_data=True, classifiers=[