From 848b5dc06fa83251b8f9a15d854ab2e89c1a7cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:41:59 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.11.1 in /pernaf Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.11.1. - [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.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pernaf/pernaf.egg-info/requires.txt | 2 +- pernaf/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pernaf/pernaf.egg-info/requires.txt b/pernaf/pernaf.egg-info/requires.txt index 4b673af..6f279f8 100644 --- a/pernaf/pernaf.egg-info/requires.txt +++ b/pernaf/pernaf.egg-info/requires.txt @@ -1,3 +1,3 @@ -tensorflow==1.14 +tensorflow==2.11.1 numpy gym diff --git a/pernaf/setup.py b/pernaf/setup.py index 76948bb..792eaea 100644 --- a/pernaf/setup.py +++ b/pernaf/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.15.2', 'numpy', 'gym'], + install_requires=['tensorflow==2.11.1', 'numpy', 'gym'], packages=find_packages(), include_package_data=True, classifiers=[