File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ other *untested* combinations may also work.
9696
9797tensorflow-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 |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ other *untested* combinations may also work.
9595
9696tensorflow-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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments