Skip to content

Commit fc50869

Browse files
committed
ci
Signed-off-by: xadupre <[email protected]>
1 parent a87a5a2 commit fc50869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
numpy_version: '>=2.0'
2222
scipy_version: '>=1.7.0'
2323
onnx_version: 'onnx>=1.18.0'
24-
onnxrt_version: 'onnxruntime>=1.21.3'
24+
onnxrt_version: 'onnxruntime>=1.21.1'
2525
python_version: '3.12'
2626
- sklearn_version: '==1.5.2'
2727
documentation: 0

.github/workflows/windows-macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
numpy_version: '>=2.0'
2121
scipy_version: '>=1.7.0'
2222
onnx_version: 'onnx==1.17.0'
23-
onnxrt_version: 'onnxruntime==1.21.3'
23+
onnxrt_version: 'onnxruntime==1.21.1'
2424
- sklearn_version: '==1.5.2'
2525
python_version: '3.12'
2626
numpy_version: '>=1.21.1,<2.0'

0 commit comments

Comments
 (0)