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
2
2
3
3
## Major Features and Improvements
4
4
5
5
* N/A
6
6
7
7
## Bug Fixes and Other Changes
8
8
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 ` .
17
10
18
11
## Breaking Changes
19
12
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def _make_required_install_packages():
57
57
nightly = '>=1.11.0.dev' ,
58
58
git_master = '@git+https://github.com/tensorflow/metadata@master' ),
59
59
'tfx-bsl' + select_constraint (
60
- default = '>=1.10.0 ,<1.11.0' ,
60
+ default = '>=1.10.1 ,<1.11.0' ,
61
61
nightly = '>=1.11.0.dev' ,
62
62
git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
63
63
]
You can’t perform that action at this time.
0 commit comments