This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch resolution-too-deep in repository https://gitbox.apache.org/repos/asf/beam.git
commit dac2848f4aed39a97b38dc26dbc21100006199db Author: Shunping Huang <[email protected]> AuthorDate: Mon Jun 29 22:31:39 2026 -0400 Upgrade TFX stack to 1.21.x and remove numpy/pandas bounds --- .../ml_transform/mltransform_generate_vocab_requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt b/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt index 4e00b3b4316..6d7cd31f457 100644 --- a/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt +++ b/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt @@ -18,9 +18,7 @@ # MLTransform TFT operations need a consistent TensorFlow Transform stack; # otherwise workers can crash-loop with pandas/numpy ABI mismatches. google-cloud-monitoring>=2.27.0 -tensorflow_transform>=1.14.0,<1.15.0 -tensorflow-metadata>=1.14.0,<1.15.0 -tfx-bsl>=1.14.0,<1.15.0 -numpy<2 -pandas<2 +tensorflow_transform>=1.21.0,<1.22.0 +tensorflow-metadata>=1.21.0,<1.22.0 +tfx-bsl>=1.21.0,<1.22.0 dill
