Skip to content

Commit d627663

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Bump up minimum apache-beam version to 2.40.0 to support new run_inference API.
PiperOrigin-RevId: 464616132
1 parent 19c317f commit d627663

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ other *untested* combinations may also work.
9696

9797
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
9898
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
99-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.38.0 | 5.0.0 | nightly (1.x/2.x) | 1.9.0 | 1.9.0 |
99+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.40.0 | 5.0.0 | nightly (1.x/2.x) | 1.9.0 | 1.9.0 |
100100
[1.9.0](https://github.com/tensorflow/transform/blob/v1.9.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15.5 / 2.9 | 1.9.0 | 1.9.0 |
101101
[1.8.0](https://github.com/tensorflow/transform/blob/v1.8.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15.5 / 2.8 | 1.8.0 | 1.8.0 |
102102
[1.7.0](https://github.com/tensorflow/transform/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15.5 / 2.8 | 1.7.0 | 1.7.0 |

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
cloned PTransforms in deep copy optimization. The reason of adding these
1111
resource hints is to prevent root Reads that are generated from deep copy
1212
being merged due to common subexpression elimination.
13+
* Depends on `apache-beam[gcp]>=2.40,<3`.
1314

1415
## Breaking Changes
1516

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ other *untested* combinations may also work.
9595

9696
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
9797
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
98-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.38.0 | 5.0.0 | nightly (1.x/2.x) | 1.9.0 | 1.9.0
98+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.40.0 | 5.0.0 | nightly (1.x/2.x) | 1.9.0 | 1.9.0
9999
[1.9.0](https://github.com/tensorflow/transform/blob/v1.9.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15.5 / 2.9 | 1.9.0 | 1.9.0
100100
[1.8.0](https://github.com/tensorflow/transform/blob/v1.8.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15.5 / 2.8 | 1.8.0 | 1.8.0
101101
[1.7.0](https://github.com/tensorflow/transform/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15.5 / 2.8 | 1.7.0 | 1.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _make_required_install_packages():
4343
# protobuf) with TF and pyarrow version with tfx-bsl.
4444
return [
4545
'absl-py>=0.9,<2.0.0',
46-
'apache-beam[gcp]>=2.38,<3',
46+
'apache-beam[gcp]>=2.40,<3',
4747
'numpy>=1.16,<2',
4848
'protobuf>=3.13,<4',
4949
'pyarrow>=1,<6',

0 commit comments

Comments
 (0)