Skip to content

Commit

Permalink
Explicitly depend on tf_keras>=2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688254521
  • Loading branch information
tf-transform-team authored and tfx-copybara committed Oct 21, 2024
1 parent b02397e commit 439a37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _make_required_install_packages():
nightly='>=1.16.0.dev',
git_master='@git+https://github.com/tensorflow/metadata@master',
),
'tf_keras>=2',
'tfx-bsl'
+ select_constraint(
default='>=1.15.1,<1.16.0',
Expand Down

0 comments on commit 439a37a

Please sign in to comment.