Skip to content

Commit 247f161

Browse files
committed
Update the TF version ceiling in Kokoro integration tests.
PiperOrigin-RevId: 736290502
1 parent d37174b commit 247f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def select_constraint(default, nightly=None, git_master=None):
187187
'pyarrow>=10,<11',
188188
'pyfarmhash>=0.2.2,<0.4',
189189
'six>=1.12,<2',
190-
'tensorflow>=2.16,<2.17',
190+
'tensorflow>=2.17,<2.18',
191191
'tensorflow-metadata'
192192
+ select_constraint(
193193
default='>=1.16.1,<1.17',

0 commit comments

Comments
 (0)