Skip to content

Commit

Permalink
skl
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed May 22, 2024
1 parent 3adc52f commit 158055d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
scipy_version: '>=1.7.0'
onnx_version: 'onnx<1.16.0'
onnxrt_version: 'onnxruntime==1.17.3'
sklearn_version: '==1.3.2'
sklearn_version: '==1.4.2'
lgbm_version: ">=4"
xgboost_version: ">=2"
- python_version: '3.10'
Expand All @@ -33,7 +33,7 @@ jobs:
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.14.1'
onnxrt_version: 'onnxruntime==1.16.3'
sklearn_version: '==1.2.2'
sklearn_version: '==1.4.2'
lgbm_version: "<4"
xgboost_version: "<2"
- python_version: '3.9'
Expand All @@ -42,7 +42,7 @@ jobs:
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.13.0'
onnxrt_version: 'onnxruntime==1.14.1'
sklearn_version: '==1.1.3'
sklearn_version: '==1.4.2'
lgbm_version: "<4"
xgboost_version: "<2"

Expand Down

0 comments on commit 158055d

Please sign in to comment.