@@ -176,28 +176,28 @@ def select_constraint(default, nightly=None, git_master=None):
176176 install_requires = [
177177 'absl-py>=0.9,<2.0.0' ,
178178 'apache-beam[gcp]>=2.53,<3;python_version>="3.11"' ,
179- 'apache-beam[gcp]>=2.47,<3 ;python_version<"3.11"' ,
179+ 'apache-beam[gcp]>=2.50,<2.51 ;python_version<"3.11"' ,
180180 # TODO(b/139941423): Consider using multi-processing provided by
181181 # Beam's DirectRunner.
182182 'joblib>=1.2.0' , # Dependency for multi-processing.
183183 'numpy>=1.22.0' ,
184184 'pandas>=1.0,<2' ,
185- 'protobuf>=4.25.2,<6;python_version>="3.11"' ,
186- 'protobuf>=3.20.3,<5 ;python_version<"3.11"' ,
185+ 'protobuf>=4.25.2,<6.0.0 ;python_version>="3.11"' ,
186+ 'protobuf>=4.21.6,<6.0.0 ;python_version<"3.11"' ,
187187 'pyarrow>=10,<11' ,
188188 'pyfarmhash>=0.2.2,<0.4' ,
189189 'six>=1.12,<2' ,
190190 'tensorflow>=2.17,<2.18' ,
191191 'tensorflow-metadata'
192192 + select_constraint (
193- default = '>=1.16 .1,<1.17 ' ,
194- nightly = '>=1.17 .0.dev' ,
193+ default = '>=1.17 .1,<1.18 ' ,
194+ nightly = '>=1.18 .0.dev' ,
195195 git_master = '@git+https://github.com/tensorflow/metadata@master' ,
196196 ),
197197 'tfx-bsl'
198198 + select_constraint (
199- default = '>=1.16 .1,<1.17 ' ,
200- nightly = '>=1.17 .0.dev' ,
199+ default = '>=1.17 .1,<1.18 ' ,
200+ nightly = '>=1.18 .0.dev' ,
201201 git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ,
202202 ),
203203 ],
0 commit comments