From 324d1ec0f44b25ccc9f804e04b10c7cf04f09ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:42:36 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 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.15.2...v2.11.1) --- 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..eb02316 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy pebble pickle-mixin pycrypto -tensorflow==1.15.2 +tensorflow==2.11.1 tensorflow_hub==0.4.0 timeloop zipfile36 diff --git a/setup.py b/setup.py index d254aa7..a7e7bf5 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.11.1', 'tensorflow_hub==0.4.0', 'timeloop', 'zipfile36' ], # Optional )