@@ -304,7 +304,7 @@ def select_constraint(default, nightly=None, git_master=None):
304304 'numpy>=1.23.5' ,
305305 'pandas>=1.0,<2' ,
306306 'pillow>=9.4.0' ,
307- 'protobuf>=4.25.2,<5 ;python_version>="3.11"' ,
307+ 'protobuf>=4.25.2,<6 ;python_version>="3.11"' ,
308308 'protobuf>=3.20.3,<5;python_version<"3.11"' ,
309309 'pyarrow>=10,<11' ,
310310 'rouge-score>=0.1.2,<2' ,
@@ -315,14 +315,14 @@ def select_constraint(default, nightly=None, git_master=None):
315315 'tensorflow-estimator>=2.10' ,
316316 'tensorflow-metadata'
317317 + select_constraint (
318- default = '>=1.15.0 ,<1.16 .0' ,
319- nightly = '>=1.16 .0.dev' ,
318+ default = '>=1.16.1 ,<1.17 .0' ,
319+ nightly = '>=1.17 .0.dev' ,
320320 git_master = '@git+https://github.com/tensorflow/metadata@master' ,
321321 ),
322322 'tfx-bsl'
323323 + select_constraint (
324- default = '>=1.15 .1,<1.16 .0' ,
325- nightly = '>=1.16 .0.dev' ,
324+ default = '>=1.16 .1,<1.17 .0' ,
325+ nightly = '>=1.17 .0.dev' ,
326326 git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ,
327327 ),
328328 ],
0 commit comments