13
13
vmImage : ' windows-latest'
14
14
strategy :
15
15
matrix :
16
+ Py310-Onnx120-Rt131-Skl11 :
17
+ python.version : ' 3.10'
18
+ onnx.version : ' onnx==1.12.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4'
19
+ onnx.target_opset : ' '
20
+ numpy.version : ' numpy>=1.22.3'
21
+ scipy.version : ' scipy'
22
+ onnxrt.version : ' onnxruntime==1.13.1' # -i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003
23
+ onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
24
+ sklearn.version : ' >=1.1'
16
25
Py310-Onnx120-Rt120-Skl11 :
17
26
python.version : ' 3.10'
18
27
onnx.version : ' onnx==1.12.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4'
57
66
scipy.version : ' scipy'
58
67
onnxrt.version : ' onnxruntime==1.10.0' # -i https://test.pypi.org/simple/ ort-nightly'
59
68
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
60
- sklearn.version : ' >= 1.0'
69
+ sklearn.version : ' == 1.0.2 '
61
70
Py39-Onnx1102-Rt1100-Skl10 :
62
71
python.version : ' 3.9'
63
72
onnx.version : ' onnx==1.10.2' # -i https://test.pypi.org/simple/ onnx'
66
75
scipy.version : ' scipy'
67
76
onnxrt.version : ' onnxruntime==1.10.0' # -i https://test.pypi.org/simple/ ort-nightly'
68
77
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
69
- sklearn.version : ' >= 1.0'
78
+ sklearn.version : ' == 1.0.2 '
70
79
Py39-Onnx1101-Rt190-Skl10 :
71
80
python.version : ' 3.9'
72
81
onnx.version : ' onnx==1.10.1' # -i https://test.pypi.org/simple/ onnx'
75
84
scipy.version : ' scipy'
76
85
onnxrt.version : ' onnxruntime==1.9.0' # -i https://test.pypi.org/simple/ ort-nightly'
77
86
onnxcc.version : ' onnxconverter-common>=1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
78
- sklearn.version : ' >= 1.0'
87
+ sklearn.version : ' == 1.0.2 '
79
88
Py39-Onnx1101-Rt190-Skl0242 :
80
89
python.version : ' 3.9'
81
90
onnx.version : ' onnx==1.10.1' # -i https://test.pypi.org/simple/ onnx'
@@ -90,37 +99,28 @@ jobs:
90
99
onnx.version : ' onnx==1.10.1' # -i https://test.pypi.org/simple/ onnx'
91
100
onnx.target_opset : ' '
92
101
numpy.version : ' numpy>=1.18.1'
93
- scipy.version : ' scipy'
102
+ scipy.version : ' scipy<1.9 '
94
103
onnxrt.version : ' onnxruntime==1.8.1' # -i https://test.pypi.org/simple/ ort-nightly'
95
104
onnxcc.version : ' onnxconverter-common==1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
96
- sklearn.version : ' > =0.24.2'
105
+ sklearn.version : ' = =0.24.2'
97
106
Py39-Onnx190-Rt180-Skl0242 :
98
- python.version : ' 3.9'
99
- onnx.version : ' onnx==1.9.0' # '-i https://test.pypi.org/simple/ onnx'
100
- onnx.target_opset : ' '
101
- numpy.version : ' numpy>=1.18.1'
102
- scipy.version : ' scipy'
103
- onnxrt.version : ' onnxruntime==1.8.0' # -i https://test.pypi.org/simple/ ort-nightly'
104
- onnxcc.version : ' onnxconverter-common==1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
105
- sklearn.version : ' >=0.24.2'
106
- Py39-Onnx190-Rt170-Skl0242 :
107
107
python.version : ' 3.9'
108
108
onnx.version : ' onnx==1.9.0' # '-i https://test.pypi.org/simple/ onnx'
109
109
onnx.target_opset : ' '
110
110
numpy.version : ' numpy>=1.18.1'
111
111
scipy.version : ' scipy<1.9'
112
- onnxrt.version : ' onnxruntime==1.7 .0' # -i https://test.pypi.org/simple/ ort-nightly'
112
+ onnxrt.version : ' onnxruntime==1.8 .0' # -i https://test.pypi.org/simple/ ort-nightly'
113
113
onnxcc.version : ' onnxconverter-common==1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
114
114
sklearn.version : ' ==0.24.2'
115
- Py38-Onnx181-Rt170-Skl0241 :
115
+ Py38-Onnx181-Rt170-Skl0232 :
116
116
python.version : ' 3.8'
117
117
onnx.version : ' onnx==1.8.1' # '-i https://test.pypi.org/simple/ onnx'
118
118
onnx.target_opset : ' '
119
119
numpy.version : ' numpy>=1.18.1'
120
120
scipy.version : ' scipy<1.9'
121
121
onnxrt.version : ' onnxruntime==1.7.0' # -i https://test.pypi.org/simple/ ort-nightly'
122
122
onnxcc.version : ' onnxconverter-common==1.8.1' # git+https://github.com/microsoft/onnxconverter-common.git
123
- sklearn.version : ' ==0.24.1 '
123
+ sklearn.version : ' ==0.23.2 '
124
124
125
125
126
126
maxParallel : 3
0 commit comments