This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch resollution-too-deep-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 660e9594656f021777edc70cebee233ec1fa2855 Author: Shunping Huang <[email protected]> AuthorDate: Mon Jun 29 23:15:26 2026 -0400 Upgrade TFX stack to 1.21.0 --- .../apache_beam/testing/benchmarks/cloudml/requirements.txt | 8 ++++---- sdks/python/test-suites/dataflow/common.gradle | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sdks/python/apache_beam/testing/benchmarks/cloudml/requirements.txt b/sdks/python/apache_beam/testing/benchmarks/cloudml/requirements.txt index ab94ec5e9ac..af28e2dc541 100644 --- a/sdks/python/apache_beam/testing/benchmarks/cloudml/requirements.txt +++ b/sdks/python/apache_beam/testing/benchmarks/cloudml/requirements.txt @@ -16,11 +16,11 @@ # dill==0.4.1 -tfx_bsl==1.16.1 -tensorflow-transform==1.16.0 +tfx_bsl==1.21.0 +tensorflow-transform==1.21.0 tensorflow>=2.16,<2.17 -numpy>=1.22.0,<2.0 -tensorflow-metadata>=1.16.1,<1.17.0 +numpy +tensorflow-metadata==1.21.0 pyarrow>=10,<11 tensorflow-serving-api>=2.16.1,<2.20 tf-keras>=2.16.0,<2.17 diff --git a/sdks/python/test-suites/dataflow/common.gradle b/sdks/python/test-suites/dataflow/common.gradle index 7c84700e29f..38f36bda77d 100644 --- a/sdks/python/test-suites/dataflow/common.gradle +++ b/sdks/python/test-suites/dataflow/common.gradle @@ -578,8 +578,7 @@ task installTFTRequirements { // and hit ResolutionTooDeep. Install TFT with --no-deps instead. args '-c', ". ${envdir}/bin/activate && " + "grep -v '^tensorflow-transform' requirements.txt > /tmp/cloudml_tft_base_requirements.txt && " + - "pip install -r /tmp/cloudml_tft_base_requirements.txt && " + - "pip install --no-deps tensorflow-transform==1.16.0" + "pip install -r /tmp/cloudml_tft_base_requirements.txt" } } }
