Skip to content

Commit

Permalink
test onnx 1.16 rc
Browse files Browse the repository at this point in the history
Signed-off-by: xiaowuhu<[email protected]>
  • Loading branch information
xiaowuhu committed Mar 1, 2024
1 parent eb21c0e commit 9564a7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ jobs:
strategy:
matrix:

Python311-116rc-RT1163-xgb2-lgbm40:
python.version: '3.11'
ONNX_PATH: '-i https://test.pypi.org/simple/ onnx==1.16.0rc1'
ONNXRT_PATH: 'onnxruntime==1.16.3'
COREML_PATH: NONE
lightgbm.version: '>=4.0'
xgboost.version: '>=2'
numpy.version: ''
scipy.version: ''


Python311-1150-RT1163-xgb2-lgbm40:
python.version: '3.11'
ONNX_PATH: 'onnx==1.15.0'
Expand Down
9 changes: 9 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
strategy:
matrix:

Python311-116rc-RT1163:
python.version: '3.11'
ONNX_PATH: '-i https://test.pypi.org/simple/ onnx==1.16.0rc1'
ONNXRT_PATH: 'onnxruntime==1.16.3'
COREML_PATH: NONE
numpy.version: ''
xgboost.version: '2.0.2'


Python311-1150-RT1163:
python.version: '3.11'
ONNX_PATH: 'onnx==1.15.0'
Expand Down

0 comments on commit 9564a7a

Please sign in to comment.