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
The following commit(s) were added to refs/heads/resolution-too-deep by this
push:
new 06b6c0efdb5 Update dep
06b6c0efdb5 is described below
commit 06b6c0efdb53690eff26c385715312a8c25af3ba
Author: Shunping Huang <[email protected]>
AuthorDate: Mon Jun 29 15:51:01 2026 -0400
Update dep
---
.../ml_transform/mltransform_generate_vocab_requirements.txt | 6 +++---
1 file changed, 3 insertions(+), 3 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 6af9725139e..724729a98fe 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,9 @@
# 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.17.0,<1.18.0
-tensorflow-metadata>=1.17.0,<1.18.0
-tfx-bsl>=1.17.0,<1.18.0
+tensorflow_transform>=1.16.0,<1.17.0
+tensorflow-metadata>=1.16.0,<1.17.0
+tfx-bsl>=1.16.0,<1.17.0
numpy<2
pandas<2
dill