@@ -178,7 +178,7 @@ def select_constraint(default, nightly=None, git_master=None):
178178 # six, and protobuf) with TF.
179179 install_requires = [
180180 'absl-py>=0.9,<0.11' ,
181- 'apache-beam[gcp]>=2.23 ,<3' ,
181+ 'apache-beam[gcp]>=2.24 ,<3' ,
182182 # TODO(b/139941423): Consider using multi-processing provided by
183183 # Beam's DirectRunner.
184184 'joblib>=0.12,<0.15' , # Dependency for multi-processing.
@@ -193,11 +193,11 @@ def select_constraint(default, nightly=None, git_master=None):
193193 nightly = '>=0.25.0.dev' ,
194194 git_master = '@git+https://github.com/tensorflow/metadata@master' ),
195195 'tensorflow-transform' + select_constraint (
196- default = '>=0.24,<0.25' ,
196+ default = '>=0.24.1 ,<0.25' ,
197197 nightly = '>=0.25.0.dev' ,
198198 git_master = '@git+https://github.com/tensorflow/transform@master' ),
199199 'tfx-bsl' + select_constraint (
200- default = '>=0.24,<0.25' ,
200+ default = '>=0.24.1 ,<0.25' ,
201201 nightly = '>=0.25.0.dev' ,
202202 git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
203203 ],
0 commit comments