@@ -13,22 +13,31 @@ jobs:
13
13
vmImage : ' windows-latest'
14
14
strategy :
15
15
matrix :
16
- Py310-Onnx140-Rt151-Skl130 :
16
+ Py310-Onnx141-Rt160-Skl131 :
17
17
python.version : ' 3.11' # onnxruntime cannot support python 3.11 yet
18
18
onnx.version : ' onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
19
19
onnx.target_opset : ' '
20
20
numpy.version : ' numpy>=1.22.3'
21
21
scipy.version : ' scipy'
22
- onnxrt.version : ' onnxruntime==1.15.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
22
+ onnxrt.version : ' onnxruntime==1.16.0'
23
+ onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
24
+ sklearn.version : ' >=1.3.1'
25
+ Py310-Onnx140-Rt151-Skl130 :
26
+ python.version : ' 3.11' # onnxruntime cannot support python 3.11 yet
27
+ onnx.version : ' onnx==1.14.0' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
28
+ onnx.target_opset : ' '
29
+ numpy.version : ' numpy>=1.22.3'
30
+ scipy.version : ' scipy'
31
+ onnxrt.version : ' onnxruntime==1.15.1'
23
32
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
24
- sklearn.version : ' > =1.3.0'
33
+ sklearn.version : ' = =1.3.0'
25
34
Py310-Onnx140-Rt140-Skl122 :
26
35
python.version : ' 3.10' # onnxruntime cannot support python 3.11 yet
27
36
onnx.version : ' onnx==1.14.1' # '-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
28
37
onnx.target_opset : ' '
29
38
numpy.version : ' numpy>=1.22.3'
30
39
scipy.version : ' scipy'
31
- onnxrt.version : ' onnxruntime==1.14.0' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
40
+ onnxrt.version : ' onnxruntime==1.14.0'
32
41
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
33
42
sklearn.version : ' ==1.2.2'
34
43
Py310-Onnx130-Rt140-Skl121 :
37
46
onnx.target_opset : ' '
38
47
numpy.version : ' numpy>=1.22.3'
39
48
scipy.version : ' scipy'
40
- onnxrt.version : ' onnxruntime==1.14.0' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
49
+ onnxrt.version : ' onnxruntime==1.14.0'
41
50
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
42
51
sklearn.version : ' ==1.2.2'
43
52
Py310-Onnx130-Rt131-Skl120 :
46
55
onnx.target_opset : ' '
47
56
numpy.version : ' numpy>=1.22.3'
48
57
scipy.version : ' scipy'
49
- onnxrt.version : ' onnxruntime==1.13.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
58
+ onnxrt.version : ' onnxruntime==1.13.1'
50
59
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
51
60
sklearn.version : ' ==1.2.0'
52
61
Py310-Onnx120-Rt131-Skl120 :
55
64
onnx.target_opset : ' '
56
65
numpy.version : ' numpy>=1.22.3'
57
66
scipy.version : ' scipy'
58
- onnxrt.version : ' onnxruntime==1.13.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
67
+ onnxrt.version : ' onnxruntime==1.13.1'
59
68
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
60
69
sklearn.version : ' ==1.2.0'
61
70
Py310-Onnx120-Rt120-Skl11 :
64
73
onnx.target_opset : ' '
65
74
numpy.version : ' numpy>=1.22.3'
66
75
scipy.version : ' scipy'
67
- onnxrt.version : ' onnxruntime==1.12.0' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
76
+ onnxrt.version : ' onnxruntime==1.12.0'
68
77
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
69
78
sklearn.version : ' ==1.1.3'
70
79
Py39-Onnx120-Rt1111-Skl11 :
73
82
onnx.target_opset : ' '
74
83
numpy.version : ' numpy>=1.22.3'
75
84
scipy.version : ' scipy'
76
- onnxrt.version : ' onnxruntime==1.11.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
85
+ onnxrt.version : ' onnxruntime==1.11.1'
77
86
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
78
87
sklearn.version : ' ==1.1.3'
79
88
Py39-Onnx1110-Rt1111-Skl11 :
82
91
onnx.target_opset : ' '
83
92
numpy.version : ' numpy>=1.22.3'
84
93
scipy.version : ' scipy'
85
- onnxrt.version : ' onnxruntime==1.11.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
94
+ onnxrt.version : ' onnxruntime==1.11.1'
86
95
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
87
96
sklearn.version : ' ==1.1.3'
88
97
Py39-Onnx1110-Rt1111-Skl10 :
91
100
onnx.target_opset : ' '
92
101
numpy.version : ' numpy==1.23.5'
93
102
scipy.version : ' scipy'
94
- onnxrt.version : ' onnxruntime==1.11.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
103
+ onnxrt.version : ' onnxruntime==1.11.1'
95
104
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
96
105
sklearn.version : ' ==1.0.2'
97
106
Py39-Onnx1110-Rt1100-Skl10 :
0 commit comments