From ab4f773821a0a4f97e61ecbd2112804f24522046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 16:03:37 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.5.0. - [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.15.2...v2.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 01f19e5..d843feb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy pebble pickle-mixin pycrypto -tensorflow==1.15.2 +tensorflow==2.5.0 tensorflow_hub==0.4.0 timeloop zipfile36 diff --git a/setup.py b/setup.py index d254aa7..8dd67b3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ install_requires=[ 'argparse', 'grpcio', 'grpcio-tools', 'libeospy', 'loguru', 'matplotlib', 'miniupnpc', 'networkx', 'numpy', 'pebble', - 'pickle-mixin', 'pycrypto', 'sklearn', 'tensorflow==1.15.2', + 'pickle-mixin', 'pycrypto', 'sklearn', 'tensorflow==2.5.0', 'tensorflow_hub==0.4.0', 'timeloop', 'zipfile36' ], # Optional )