mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
adjusted setup.py, bugfix
This commit is contained in:
parent
654a11968d
commit
e01288b2fd
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -21,6 +21,9 @@ def build_install_requires():
|
|||
install_requires=[
|
||||
'onnxruntime>=1.10.0,<2',
|
||||
]
|
||||
else:
|
||||
install_requires = ['onnxruntime>=1.10.0,<2']
|
||||
|
||||
return install_requires
|
||||
|
||||
setuptools.setup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue