This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-python-ml-3-10
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-python-ml-3-10 by this
push:
new da3b95128dd Pre = false
da3b95128dd is described below
commit da3b95128dda4bbbdfc9f7fa2fa9762e3e0db6dc
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Mar 9 20:01:35 2026 +0400
Pre = false
---
sdks/python/tox.ini | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index eb354a1ed80..2c8ffaacb76 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -108,8 +108,10 @@ commands =
deps =
pip==25.0.1
accelerate>=1.6.0
+ onnx<1.19.0
setenv =
extras = test,gcp,dataframe,ml_test
+pip_pre = False
commands =
# Log tensorflow version for debugging
/bin/sh -c "pip freeze | grep -E tensorflow"