File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1- # Version 1.10.0
1+ # Version 1.10.1
22
33## Major Features and Improvements
44
55* N/A
66
77## Bug Fixes and Other Changes
88
9- * Assign different close_to_resources resource hints to both original and
10- cloned PTransforms in deep copy optimization. The reason of adding these
11- resource hints is to prevent root Reads that are generated from deep copy
12- being merged due to common subexpression elimination.
13- * Depends on ` apache-beam[gcp]>=2.40,<3 ` .
14- * Depends on ` pyarrow>=6,<7 ` .
15- * Depends on ` tensorflow-metadata>=1.10.0,<1.11.0 ` .
16- * Depends on ` tfx-bsl>=1.10.0,<1.11.0 ` .
9+ * Depends on ` tfx-bsl>=1.10.1,<1.11.0 ` .
1710
1811## Breaking Changes
1912
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def _make_required_install_packages():
5757 nightly = '>=1.11.0.dev' ,
5858 git_master = '@git+https://github.com/tensorflow/metadata@master' ),
5959 'tfx-bsl' + select_constraint (
60- default = '>=1.10.0 ,<1.11.0' ,
60+ default = '>=1.10.1 ,<1.11.0' ,
6161 nightly = '>=1.11.0.dev' ,
6262 git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
6363 ]
You can’t perform that action at this time.
0 commit comments