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',