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 99fcc9b77ac Fix onnx
99fcc9b77ac is described below

commit 99fcc9b77acf9c2628f4c09f51f970714f621808
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Feb 24 16:17:28 2026 +0400

    Fix onnx
---
 sdks/python/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index a86111a45c6..53530802068 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.14.1,<1.19.0
 setenv =
 extras = test,gcp,dataframe,ml_test
 commands =

Reply via email to