From 218b8f12fe2d212a044b4ffc2e10edb56440e82d Mon Sep 17 00:00:00 2001 From: Surya Avala Date: Sun, 23 May 2021 16:55:53 +1000 Subject: [PATCH] chore: updated tensorflow-hub dependancy requirements to allow 0.12.0 --- tfx/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/dependencies.py b/tfx/dependencies.py index 9717214d34..662062f939 100644 --- a/tfx/dependencies.py +++ b/tfx/dependencies.py @@ -88,7 +88,7 @@ def make_required_install_packages(): 'pyarrow>=1,<3', 'pyyaml>=3.12,<6', 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3', - 'tensorflow-hub>=0.9.0,<0.10', + 'tensorflow-hub>=0.9.0,<=0.12.0', 'tensorflow-data-validation' + select_constraint( default='>=0.30,<0.31', nightly='>=0.31.0.dev',