This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-cmake-missing in repository https://gitbox.apache.org/repos/asf/beam.git
commit 8aeb4c9f7d8bb1179a2c8db839fb8612bc1df18b Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Feb 19 18:31:05 2026 +0400 pin onnx --- sdks/python/container/ml/py310/base_image_requirements.txt | 1 + sdks/python/tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sdks/python/container/ml/py310/base_image_requirements.txt b/sdks/python/container/ml/py310/base_image_requirements.txt index 9817ce616a6..6675e2eae2d 100644 --- a/sdks/python/container/ml/py310/base_image_requirements.txt +++ b/sdks/python/container/ml/py310/base_image_requirements.txt @@ -156,6 +156,7 @@ opt_einsum==3.4.0 optree==0.18.0 oracledb==3.4.2 orjson==3.11.7 +onnx==1.14.1 packaging==26.0 pandas==2.2.3 parameterized==0.9.0 diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index a86111a45c6..1cb51fc7770 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -108,7 +108,7 @@ commands = deps = pip==25.0.1 accelerate>=1.6.0 - onnx<1.19.0 + onnx>=1.13.0,<1.19.0 setenv = extras = test,gcp,dataframe,ml_test commands =
