From 25a921a29ad6e3e1dadd38509be57c3ea0a114fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:40:21 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/prod.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 38f303f4..8a56d234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ six==1.12.0 sonopy==0.1.2 speechpy-fast==2.4 tensorboard==1.13.1 -tensorflow==1.13.1 +tensorflow==2.6.4 tensorflow-estimator==1.13.0 termcolor==1.1.0 tqdm==4.31.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index bf6b1033..8549da57 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,5 +1,5 @@ numpy==1.16 -tensorflow>=1.13,<1.14 # Must be on piwheels +tensorflow>=1.13,<2.7 # Must be on piwheels sonopy pyaudio keras<=2.1.5 diff --git a/setup.py b/setup.py index 44a9916b..ec4455e5 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ include_package_data=True, install_requires=[ 'numpy==1.16', - 'tensorflow>=1.13,<1.14', # Must be on piwheels + 'tensorflow>=1.13,<2.7', # Must be on piwheels 'sonopy', 'pyaudio', 'keras<=2.1.5',