Skip to content

Commit 439a37a

Browse files
tf-transform-teamtfx-copybara
tf-transform-team
authored andcommitted
Explicitly depend on tf_keras>=2.
PiperOrigin-RevId: 688254521
1 parent b02397e commit 439a37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _make_required_install_packages():
6262
nightly='>=1.16.0.dev',
6363
git_master='@git+https://github.com/tensorflow/metadata@master',
6464
),
65+
'tf_keras>=2',
6566
'tfx-bsl'
6667
+ select_constraint(
6768
default='>=1.15.1,<1.16.0',

0 commit comments

Comments
 (0)