From e3286cb820d121c14469e30389de6cff9bac2920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:15:25 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.5.3 in /pernaf2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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/v1.14.0...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..0dcc07e 100644 --- a/pernaf2/pernaf.egg-info/requires.txt +++ b/pernaf2/pernaf.egg-info/requires.txt @@ -1,3 +1,3 @@ -tensorflow==1.14 +tensorflow==2.5.3 numpy gym diff --git a/pernaf2/setup.py b/pernaf2/setup.py index 0492acb..2c3ca27 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==2.5.3', 'numpy', 'gym'], packages=find_packages(), include_package_data=True, classifiers=[