From 1971b067ea3172ac71353edaa8d7b37ce74dfa09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:36:24 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.9.3 in /pernaf2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.9.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.9.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..2e1c0e5 100644 --- a/pernaf2/pernaf.egg-info/requires.txt +++ b/pernaf2/pernaf.egg-info/requires.txt @@ -1,3 +1,3 @@ -tensorflow==1.14 +tensorflow==2.9.3 numpy gym diff --git a/pernaf2/setup.py b/pernaf2/setup.py index 0492acb..1fa4baa 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.9.3', 'numpy', 'gym'], packages=find_packages(), include_package_data=True, classifiers=[