From 18dc420223aa1383f92c2a565f23e620ae0a983e Mon Sep 17 00:00:00 2001 From: Chun-Wei Chen Date: Wed, 30 Aug 2023 07:11:24 -0700 Subject: [PATCH] Bump ONNX 1.14.1 in CI pipelines (#1015) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * verify ONNX 1.14.1 rc2 Signed-off-by: jcwchen * onnx.version: '-i https://test.pypi.org/simple/ onnx==1.14.1rc2' Signed-off-by: jcwchen * try 'onnx==1.14.0' Signed-off-by: jcwchen * Revert "try 'onnx==1.14.0'" This reverts commit 030acaa0a1e3d653fe8ebf639813277e37a3ed7b. Signed-off-by: jcwchen * keep the same Signed-off-by: jcwchen * '-i https://test.pypi.org/simple/ onnx==1.14.1rc2' Signed-off-by: jcwchen * Bump ONNX 1.14.1 Signed-off-by: jcwchen --------- Signed-off-by: jcwchen Co-authored-by: xiaowuhu Co-authored-by: Xavier Dupré --- .azure-pipelines/linux-conda-CI.yml | 4 ++-- .azure-pipelines/win32-conda-CI.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index c99ae8bb4..b6b0e13f1 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -19,7 +19,7 @@ jobs: python.version: '3.11' # onnxruntime cannot support python 3.11 yet numpy.version: '>=1.21.1' scipy.version: '>=1.7.0' - onnx.version: 'onnx==1.14.0' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' + onnx.version: 'onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' onnx.target_opset: '' onnxrt.version: 'onnxruntime==1.15.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003 sklearn.version: '>=1.3.0' @@ -32,7 +32,7 @@ jobs: python.version: '3.10' # onnxruntime cannot support python 3.11 yet numpy.version: '>=1.21.1' scipy.version: '>=1.7.0' - onnx.version: 'onnx==1.14.0' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' + onnx.version: 'onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' onnx.target_opset: '' onnxrt.version: 'onnxruntime==1.14.0' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003 sklearn.version: '==1.2.2' diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index 21b7e8cd6..54947b056 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -15,7 +15,7 @@ jobs: matrix: Py310-Onnx140-Rt151-Skl130: python.version: '3.11' # onnxruntime cannot support python 3.11 yet - onnx.version: 'onnx==1.14.0' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' + onnx.version: 'onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' onnx.target_opset: '' numpy.version: 'numpy>=1.22.3' scipy.version: 'scipy' @@ -24,7 +24,7 @@ jobs: sklearn.version: '>=1.3.0' Py310-Onnx140-Rt140-Skl122: python.version: '3.10' # onnxruntime cannot support python 3.11 yet - onnx.version: 'onnx==1.14.0' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' + onnx.version: 'onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3' onnx.target_opset: '' numpy.version: 'numpy>=1.22.3' scipy.version: 'scipy'