From 32f062929834117e6286183611ba2c85837c19cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:07:47 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...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 84f0761..c75fc8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ redis regex requests tabulate -tensorflow==1.13.1 +tensorflow==2.11.1 tensorflow-probability==0.6.0-rc1 toposort tornado>=5.0 diff --git a/setup.py b/setup.py index b14faa3..79a8392 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def get_module_exts(): 'regex', 'requests', 'tabulate', - 'tensorflow==1.13.1', + 'tensorflow==2.11.1', 'tensorflow-probability==0.6.0-rc1', 'toposort', 'tornado>=5.0',