From 53cbd00b141a6fd43d035a728c16b1d4045e0583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:29:29 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.9.3. - [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.9.3) --- 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..0c4bac53 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.9.3 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..6c234164 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.10 # Must be on piwheels sonopy pyaudio keras<=2.1.5 diff --git a/setup.py b/setup.py index 44a9916b..e610f3ed 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.10', # Must be on piwheels 'sonopy', 'pyaudio', 'keras<=2.1.5',