Skip to content

Commit

Permalink
test ort 117 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuhu committed Jan 23, 2024
1 parent 180e733 commit 4dda4a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
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:

Python311-1150-RT117dev-xgb2-lgbm40:
python.version: '3.11'
ONNX_PATH: 'onnx==1.15.0'
ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001'
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
8 changes: 8 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
strategy:
matrix:

Python311-1150-RT117dev:
python.version: '3.11'
ONNX_PATH: 'onnx==1.15.0'
ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001'
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 4dda4a3

Please sign in to comment.