From 4c5edad1a9993466fa75d10f5f3b02b21571aa06 Mon Sep 17 00:00:00 2001 From: Venkat Ram Konijeti Date: Mon, 29 Aug 2022 18:55:51 +0000 Subject: [PATCH] TensorFlow Transform 1.10.1 --- RELEASE.md | 11 ++--------- setup.py | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 665a2437..7a8641e6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Version 1.10.0 +# Version 1.10.1 ## Major Features and Improvements @@ -6,14 +6,7 @@ ## Bug Fixes and Other Changes -* Assign different close_to_resources resource hints to both original and - cloned PTransforms in deep copy optimization. The reason of adding these - resource hints is to prevent root Reads that are generated from deep copy - being merged due to common subexpression elimination. -* Depends on `apache-beam[gcp]>=2.40,<3`. -* Depends on `pyarrow>=6,<7`. -* Depends on `tensorflow-metadata>=1.10.0,<1.11.0`. -* Depends on `tfx-bsl>=1.10.0,<1.11.0`. +* Depends on `tfx-bsl>=1.10.1,<1.11.0`. ## Breaking Changes diff --git a/setup.py b/setup.py index b8ad203c..15797f8c 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def _make_required_install_packages(): nightly='>=1.11.0.dev', git_master='@git+https://github.com/tensorflow/metadata@master'), 'tfx-bsl' + select_constraint( - default='>=1.10.0,<1.11.0', + default='>=1.10.1,<1.11.0', nightly='>=1.11.0.dev', git_master='@git+https://github.com/tensorflow/tfx-bsl@master'), ]