Skip to content

Commit baab834

Browse files
committed
Automated rollback of commit c99f998
PiperOrigin-RevId: 640563626
1 parent 70d7ef7 commit baab834

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tfx/dependencies.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ def make_required_install_packages():
106106
# Pip might stuck in a TF 1.15 dependency although there is a working
107107
# dependency set with TF 2.x without the sync.
108108
# pylint: disable=line-too-long
109-
'tensorflow' + select_constraint(
110-
default='>=2.15.0,<2.16',
111-
nightly='>=2.16.0.dev',
112-
git_master='@git+https://github.com/tensorflow/tensorflow@master',
113-
),
109+
'tensorflow' + select_constraint('>=2.15.0,<2.16'),
114110
# pylint: enable=line-too-long
115111
'tensorflow-hub>=0.15.0,<0.16',
116112
'tensorflow-data-validation'

0 commit comments

Comments
 (0)