@@ -178,7 +178,7 @@ def select_constraint(default, nightly=None, git_master=None):
178
178
# six, and protobuf) with TF.
179
179
install_requires = [
180
180
'absl-py>=0.9,<0.11' ,
181
- 'apache-beam[gcp]>=2.23 ,<3' ,
181
+ 'apache-beam[gcp]>=2.24 ,<3' ,
182
182
# TODO(b/139941423): Consider using multi-processing provided by
183
183
# Beam's DirectRunner.
184
184
'joblib>=0.12,<0.15' , # Dependency for multi-processing.
@@ -193,11 +193,11 @@ def select_constraint(default, nightly=None, git_master=None):
193
193
nightly = '>=0.25.0.dev' ,
194
194
git_master = '@git+https://github.com/tensorflow/metadata@master' ),
195
195
'tensorflow-transform' + select_constraint (
196
- default = '>=0.24,<0.25' ,
196
+ default = '>=0.24.1 ,<0.25' ,
197
197
nightly = '>=0.25.0.dev' ,
198
198
git_master = '@git+https://github.com/tensorflow/transform@master' ),
199
199
'tfx-bsl' + select_constraint (
200
- default = '>=0.24,<0.25' ,
200
+ default = '>=0.24.1 ,<0.25' ,
201
201
nightly = '>=0.25.0.dev' ,
202
202
git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
203
203
],
0 commit comments