File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function install_ubuntu_16_pip_deps {
130
130
" ${PIP_CMD} " install --user ' keras_preprocessing ~= 1.1.2'
131
131
" ${PIP_CMD} " install --user ' numpy ~= 1.19.2'
132
132
" ${PIP_CMD} " install --user ' opt_einsum ~= 3.3.0'
133
- " ${PIP_CMD} " install --user ' protobuf ~ = 3.9.2'
133
+ " ${PIP_CMD} " install --user ' protobuf > = 3.9.2'
134
134
" ${PIP_CMD} " install --user ' six ~= 1.15.0'
135
135
" ${PIP_CMD} " install --user ' termcolor ~= 1.1.0'
136
136
" ${PIP_CMD} " install --user ' typing_extensions ~= 3.7.4'
@@ -186,7 +186,7 @@ function install_macos_pip_deps {
186
186
${PIP_CMD} install --user ' keras_preprocessing ~= 1.1.2'
187
187
${PIP_CMD} install --user ' numpy ~= 1.19.2'
188
188
${PIP_CMD} install --user ' opt_einsum ~= 3.3.0'
189
- ${PIP_CMD} install --user ' protobuf ~ = 3.9.2'
189
+ ${PIP_CMD} install --user ' protobuf > = 3.9.2'
190
190
${PIP_CMD} install --user ' six ~= 1.15.0'
191
191
${PIP_CMD} install --user ' termcolor ~= 1.1.0'
192
192
${PIP_CMD} install --user ' typing_extensions ~= 3.7.4'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SET PATH=%PATH%;C:\%PYTHON_DIRECTORY%
36
36
%PY_EXE% -m pip install " keras_preprocessing ~= 1.1.2"
37
37
%PY_EXE% -m pip install " numpy ~= 1.19.2"
38
38
%PY_EXE% -m pip install " opt_einsum ~= 3.3.0"
39
- %PY_EXE% -m pip install " protobuf ~ = 3.9.2"
39
+ %PY_EXE% -m pip install " protobuf > = 3.9.2"
40
40
%PY_EXE% -m pip install " six ~= 1.15.0"
41
41
%PY_EXE% -m pip install " termcolor ~= 1.1.0"
42
42
%PY_EXE% -m pip install " typing_extensions ~= 3.7.4"
Original file line number Diff line number Diff line change 83
83
'keras_preprocessing ~= 1.1.2' ,
84
84
'numpy ~= 1.19.2' ,
85
85
'opt_einsum ~= 3.3.0' ,
86
- 'protobuf ~ = 3.9.2' ,
86
+ 'protobuf > = 3.9.2' ,
87
87
'six ~= 1.15.0' ,
88
88
'termcolor ~= 1.1.0' ,
89
89
'typing_extensions ~= 3.7.4' ,
You can’t perform that action at this time.
0 commit comments