Skip to content

Commit

Permalink
Update CI with the latest verions of onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 2, 2024
1 parent 0394ccd commit 3121879
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
sklearn_version: ['==1.5.0', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
sklearn_version: ['==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
include:
- sklearn_version: '==1.5.0'
- sklearn_version: '==1.5.2'
documentation: 1
numpy_version: '>=1.21.1,<2.0'
scipy_version: '>=1.7.0'
onnx_version: 'onnx>=1.16.0'
onnxrt_version: 'onnxruntime>=1.19.0'
onnx_version: 'onnx>=1.17.0'
onnxrt_version: 'onnxruntime>=1.19.2'
python_version: '3.11'
- sklearn_version: '==1.5.0'
- sklearn_version: '==1.5.2'
documentation: 0
numpy_version: '>=1.21.1,<2.0'
scipy_version: '>=1.7.0'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows-macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
sklearn_version: ['==1.5.0', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
sklearn_version: ['==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
include:
- sklearn_version: '==1.5.0'
- sklearn_version: '==1.5.2'
python_version: '3.12'
numpy_version: '>=1.21.1,<2.0'
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.16.0'
onnx_version: 'onnx==1.17.0'
onnxrt_version: 'onnxruntime<1.20.0'
- sklearn_version: '==1.5.0'
- sklearn_version: '==1.5.2'
python_version: '3.11'
numpy_version: '>=1.21.1,<2.0'
scipy_version: '>=1.7.0'
Expand Down

0 comments on commit 3121879

Please sign in to comment.