File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ other *untested* combinations may also work.
191
191
192
192
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
193
193
| --------------------------------------------------------------------------------------| --------------| -----------------| --------|
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 |
195
195
| [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
196
196
| [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
197
197
| [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
Original file line number Diff line number Diff line change 14
14
* Avoid flattening null arrays.
15
15
* Set ` weighted_num_examples ` field in the statistics proto if a weight feature
16
16
is specified.
17
-
17
+ * Depends on ` apache-beam[gcp]>=2.15,<3 `
18
18
19
19
## Breaking Changes
20
20
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ other *untested* combinations may also work.
189
189
190
190
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
191
191
| --------------------------------------------------------------------------------------| --------------| -----------------| --------|
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 |
193
193
| [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
194
194
| [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
195
195
| [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def has_ext_modules(self):
90
90
# six, and protobuf) with TF.
91
91
install_requires = [
92
92
'absl-py>=0.7,<1' ,
93
- 'apache-beam[gcp]>=2.14 ,<3' ,
93
+ 'apache-beam[gcp]>=2.15 ,<3' ,
94
94
'numpy>=1.16,<2' ,
95
95
'protobuf>=3.7,<4' ,
96
96
'six>=1.10,<2' ,
You can’t perform that action at this time.
0 commit comments