mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Updated requirements for tflite
This commit is contained in:
parent
105e748da8
commit
e561a8a477
1 changed files with 7 additions and 1 deletions
8
setup.py
8
setup.py
|
|
@ -27,7 +27,13 @@ def build_additional_requires():
|
|||
setuptools.setup(
|
||||
name="openwakeword",
|
||||
version="0.4.0",
|
||||
install_requires=['onnxruntime>=1.10.0,<2', 'tqdm>=4.0,<5.0', 'scipy>=1.3,<2', 'scikit-learn>=1,<2'],
|
||||
install_requires=[
|
||||
'onnxruntime>=1.10.0,<2',
|
||||
'tflite-runtime>=2.8.0,<3'
|
||||
'tqdm>=4.0,<5.0',
|
||||
'scipy>=1.3,<2',
|
||||
'scikit-learn>=1,<2'
|
||||
],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest>=7.2.0,<8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue