Skip to content

Commit 702c12c

Browse files
paulgc17tf-data-validation-team
authored and
tf-data-validation-team
committed
Depend on Beam 2.15
PiperOrigin-RevId: 271623604
1 parent 96dfcb1 commit 702c12c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

192192
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
193193
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
194-
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.14.0 |0.14.0 |
194+
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.15.0 |0.14.0 |
195195
|[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
196196
|[0.14.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
197197
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Avoid flattening null arrays.
1515
* Set `weighted_num_examples` field in the statistics proto if a weight feature
1616
is specified.
17-
17+
* Depends on `apache-beam[gcp]>=2.15,<3`
1818

1919
## Breaking Changes
2020

g3doc/install.md

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

190190
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
191191
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
192-
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.14.0 |0.14.0 |
192+
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.15.0 |0.14.0 |
193193
|[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
194194
|[0.14.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
195195
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def has_ext_modules(self):
9090
# six, and protobuf) with TF.
9191
install_requires=[
9292
'absl-py>=0.7,<1',
93-
'apache-beam[gcp]>=2.14,<3',
93+
'apache-beam[gcp]>=2.15,<3',
9494
'numpy>=1.16,<2',
9595
'protobuf>=3.7,<4',
9696
'six>=1.10,<2',

0 commit comments

Comments
 (0)