Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed May 22, 2024
1 parent fe83d7a commit a93b579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
numpy_version: '>=1.21.1'
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.14.1'
onnxrt_version: 'onnxruntime==1.16.0'
onnxrt_version: 'onnxruntime==1.16.3'
sklearn_version: '==1.2.2'
lgbm_version: "<4"
xgboost_version: "<2"
Expand All @@ -41,7 +41,7 @@ jobs:
numpy_version: '>=1.21.1'
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.13.0'
onnxrt_version: 'onnxruntime==1.14.0'
onnxrt_version: 'onnxruntime==1.14.1'
sklearn_version: '==1.1.3'
lgbm_version: "<4"
xgboost_version: "<2"
Expand Down

0 comments on commit a93b579

Please sign in to comment.