Skip to content
Open

No op #6464

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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('>=2.13.0,<2.14'),
'tensorflow' + select_constraint('>=2.13.0,<2.15'),
# pylint: enable=line-too-long
'tensorflow-hub>=0.15.0,<0.16',
'tensorflow-data-validation'
Expand Down