@@ -21,24 +21,28 @@ jobs:
21
21
ONNX_PATH : onnx==1.11.0
22
22
TENSORFLOW_PATH : tensorflow-cpu==2.1.0
23
23
INSTALL_ORT : pip install onnxruntime==1.11.0
24
+ INSTALL_NUMPY : pip install numpy==1.19.0
24
25
25
26
Python38-tf2.2 :
26
27
python.version : ' 3.8'
27
28
ONNX_PATH : onnx==1.11.0
28
29
TENSORFLOW_PATH : tensorflow-cpu==2.2.0
29
30
INSTALL_ORT : pip install onnxruntime==1.11.0
31
+ INSTALL_NUMPY : pip install numpy==1.19.0
30
32
31
33
Python38-tf2.3 :
32
34
python.version : ' 3.8'
33
35
ONNX_PATH : onnx==1.11.0
34
36
TENSORFLOW_PATH : tensorflow-cpu==2.3.0
35
37
INSTALL_ORT : pip install onnxruntime==1.11.0
38
+ INSTALL_NUMPY : pip install numpy==1.19.0
36
39
37
40
Python38-tf2.5 :
38
41
python.version : ' 3.8'
39
42
ONNX_PATH : onnx==1.11.0
40
43
TENSORFLOW_PATH : tensorflow-cpu==2.5.0
41
44
INSTALL_ORT : pip install onnxruntime==1.11.0
45
+ INSTALL_NUMPY : pip install numpy==1.19.0
42
46
43
47
# ########### Pure Keras Unit Tests ############
44
48
Keras-Py36-tf1.15.0 :
71
75
KERAS : keras==2.4.3
72
76
TENSORFLOW_PATH : tensorflow==2.2.0
73
77
INSTALL_ORT : pip install onnxruntime==1.11.0
78
+ INSTALL_NUMPY : pip install numpy==1.19.0
74
79
75
80
steps :
76
81
- template : ' templates/keras2onnx_unit_test.yml'
@@ -94,24 +99,28 @@ jobs:
94
99
ONNX_PATH : onnx==1.11.0
95
100
TENSORFLOW_PATH : tensorflow-cpu==2.1.0
96
101
INSTALL_ORT : pip install onnxruntime==1.11.0
102
+ INSTALL_NUMPY : pip install numpy==1.19.0
97
103
98
104
Python37-tf2.2 :
99
105
python.version : ' 3.7'
100
106
ONNX_PATH : onnx==1.11.0
101
107
TENSORFLOW_PATH : tensorflow-cpu==2.2.0
102
108
INSTALL_ORT : pip install onnxruntime==1.11.0
109
+ INSTALL_NUMPY : pip install numpy==1.19.0
103
110
104
111
Python37-tf2.3 :
105
112
python.version : ' 3.7'
106
113
ONNX_PATH : onnx==1.11.0
107
114
TENSORFLOW_PATH : tensorflow-cpu==2.3.0
108
115
INSTALL_ORT : pip install onnxruntime==1.11.0
116
+ INSTALL_NUMPY : pip install numpy==1.19.0
109
117
110
118
Python37-tf2.5 :
111
119
python.version : ' 3.7'
112
120
ONNX_PATH : onnx==1.11.0
113
121
TENSORFLOW_PATH : tensorflow-cpu==2.5.0
114
122
INSTALL_ORT : pip install onnxruntime==1.11.0
123
+ INSTALL_NUMPY : pip install numpy==1.19.0
115
124
116
125
# ########### Pure Keras Unit Tests ############
117
126
Keras-Py36-tf1.15.0 :
@@ -135,6 +144,7 @@ jobs:
135
144
KERAS : keras==2.4.3
136
145
TENSORFLOW_PATH : tensorflow==2.2.0
137
146
INSTALL_ORT : pip install onnxruntime==1.11.0
147
+ INSTALL_NUMPY : pip install numpy==1.19.0
138
148
139
149
steps :
140
150
- template : ' templates/keras2onnx_unit_test.yml'
0 commit comments