From 05d59180e24a4b0110345e5abf7248da168dee4a Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 5 May 2023 02:08:49 -0400 Subject: [PATCH] deps: Add onnx==1.14.0 to broken_trans_deps https://github.com/onnx/onnx/issues/5202 Signed-off-by: Jan Vesely --- broken_trans_deps.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/broken_trans_deps.txt b/broken_trans_deps.txt index db530b5390c..1e8e3c3c8ee 100644 --- a/broken_trans_deps.txt +++ b/broken_trans_deps.txt @@ -7,3 +7,7 @@ onnxruntime != 1.14.0; platform_system=="Darwin" # ipython == 8.13.0 uses incorrect python requires and only works with 3.9+ # https://github.com/ipython/ipython/issues/14053 ipython != 8.13.0; python_version < '3.9' + +# onnx == 1.14.0 removed a helper function that is needed by skl2onnx +# https://github.com/onnx/onnx/issues/5202 +onnx != 1.14.0