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


The following commit(s) were added to refs/heads/fix-cmake-missing by this push:
     new 4408ebe2454 Use onnx=1.13.0
4408ebe2454 is described below

commit 4408ebe24546f483ad800c48ce8754e71e57c149
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Feb 24 23:11:44 2026 +0400

    Use onnx=1.13.0
---
 sdks/python/container/ml/py310/base_image_requirements.txt | 1 -
 sdks/python/tox.ini                                        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/container/ml/py310/base_image_requirements.txt 
b/sdks/python/container/ml/py310/base_image_requirements.txt
index 6675e2eae2d..9817ce616a6 100644
--- a/sdks/python/container/ml/py310/base_image_requirements.txt
+++ b/sdks/python/container/ml/py310/base_image_requirements.txt
@@ -156,7 +156,6 @@ 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 3ca291ad226..7c8a15c7e70 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.10.0
+  onnx==1.13.0
 setenv =
 extras = test,gcp,dataframe,ml_test
 commands =

Reply via email to