Skip to content

Commit

Permalink
Update CI to use onnxruntime==1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Feb 2, 2024
1 parent eb21c0e commit d820053
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
strategy:
matrix:

Python312-1150-RT1170-xgb2-lgbm40:
python.version: '3.12'
ONNX_PATH: 'onnx==1.15.0'
ONNXRT_PATH: 'onnxruntime==1.17.0'
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
10 changes: 9 additions & 1 deletion .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
strategy:
matrix:

Python311-1150-RT1163:
Python312-1150-RT1170:
python.version: '3.12'
ONNX_PATH: 'onnx==1.15.0'
ONNXRT_PATH: 'onnxruntime==1.17.0'
COREML_PATH: NONE
numpy.version: ''
xgboost.version: ''

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

0 comments on commit d820053

Please sign in to comment.