Skip to content

Commit

Permalink
Update linux-conda-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuhu committed Mar 14, 2024
1 parent 3c15565 commit eeb709f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ jobs:
lgbm.version: ''
onnxcc.version: '>=1.8.1'
run.example: '0'

Py39-Onnx120-Rt1111-Skl11:
do.bench: '0'
python.version: '3.9'
numpy.version: '==1.22.3'
scipy.version: '==1.10.0'
numpy.version: '>=1.21.0,<1.23.0'
scipy.version: '==1.7.0'
onnx.version: 'onnx==1.12.0'
onnx.target_opset: ''
onnxrt.version: 'onnxruntime==1.11.1'
Expand All @@ -170,7 +170,7 @@ jobs:
Py39-Onnx1110-Rt1111-Skl11:
do.bench: '0'
python.version: '3.9'
numpy.version: '>=1.21.0'
numpy.version: '>=1.21.0,<1.23.0'
scipy.version: '>=1.7.0'
onnx.version: 'onnx==1.11.0'
onnx.target_opset: ''
Expand All @@ -183,7 +183,7 @@ jobs:
Py39-Onnx1110-Rt1111-Skl10:
do.bench: '0'
python.version: '3.9'
numpy.version: '>=1.21.0'
numpy.version: '>=1.21.0,<1.23.0'
scipy.version: '>=1.7.0'
onnx.version: 'onnx==1.11.0'
onnx.target_opset: ''
Expand Down

0 comments on commit eeb709f

Please sign in to comment.