diff --git a/setup.py b/setup.py index ffccf6524e..c56e9a885e 100644 --- a/setup.py +++ b/setup.py @@ -300,7 +300,7 @@ def select_constraint(default, nightly=None, git_master=None): 'pyarrow>=0.17,<0.18', 'scipy>=1.4.1,<2', 'six>=1.12,<2', - 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3', + 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3', 'tensorflow-metadata' + select_constraint( default='>=0.26,<0.27', nightly='>=0.27.0.dev',