From 204ff0c7314f98f88d732d912b6662a4fe4dcdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:07:42 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.6.4. - [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.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..ff02dd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy pebble pickle-mixin pycrypto -tensorflow==1.15.2 +tensorflow==2.6.4 tensorflow_hub==0.4.0 timeloop zipfile36 diff --git a/setup.py b/setup.py index d254aa7..6820495 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.6.4', 'tensorflow_hub==0.4.0', 'timeloop', 'zipfile36' ], # Optional )