Skip to content

Commit

Permalink
verify ONNX 1.14.1 rc2
Browse files Browse the repository at this point in the history
Signed-off-by: jcwchen <[email protected]>
  • Loading branch information
jcwchen committed Aug 15, 2023
1 parent 3ef5e13 commit a2434c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '-i https://test.pypi.org/simple/ onnx==1.14.1rc2'
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'
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '-i https://test.pypi.org/simple/ onnx==1.14.1rc2'
onnx.target_opset: ''
numpy.version: 'numpy>=1.22.3'
scipy.version: 'scipy'
Expand Down

0 comments on commit a2434c6

Please sign in to comment.