Skip to content

Commit

Permalink
Automated rollback of commit c99f998
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640563626
  • Loading branch information
tfx-copybara committed Jun 5, 2024
1 parent 70d7ef7 commit baab834
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ def make_required_install_packages():
# Pip might stuck in a TF 1.15 dependency although there is a working
# dependency set with TF 2.x without the sync.
# pylint: disable=line-too-long
'tensorflow' + select_constraint(
default='>=2.15.0,<2.16',
nightly='>=2.16.0.dev',
git_master='@git+https://github.com/tensorflow/tensorflow@master',
),
'tensorflow' + select_constraint('>=2.15.0,<2.16'),
# pylint: enable=line-too-long
'tensorflow-hub>=0.15.0,<0.16',
'tensorflow-data-validation'
Expand Down

0 comments on commit baab834

Please sign in to comment.