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 fd9575c62b4 Use onnx==1.12.0
fd9575c62b4 is described below
commit fd9575c62b4586fdca3c6f2acef5a14b5383edb6
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 25 00:25:38 2026 +0400
Use onnx==1.12.0
---
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 fe9eb7f4a32..055e68efe9c 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.11.0
+ onnx==1.12.0
setenv =
extras = test,gcp,dataframe,ml_test
commands =