Skip to content

Commit 4640bd9

Browse files
lego0901tfx-copybara
authored andcommitted
No op
PiperOrigin-RevId: 582560383
1 parent f5f1464 commit 4640bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfx/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def make_required_install_packages():
9797
# Pip might stuck in a TF 1.15 dependency although there is a working
9898
# dependency set with TF 2.x without the sync.
9999
# pylint: disable=line-too-long
100-
'tensorflow' + select_constraint('>=2.13.0,<2.14'),
100+
'tensorflow' + select_constraint('>=2.13.0,<2.15'),
101101
# pylint: enable=line-too-long
102102
'tensorflow-hub>=0.15.0,<0.16',
103103
'tensorflow-data-validation'

0 commit comments

Comments
 (0)