mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
added missing dependency [skip ci]
This commit is contained in:
parent
62818e52fa
commit
3594e594c7
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -68,7 +68,8 @@ setuptools.setup(
|
|||
'onnx_tf==1.10.0',
|
||||
'onnx==1.14.0',
|
||||
'pronouncing>=0.2.0,<1',
|
||||
'datasets>=2.14.4,<3'
|
||||
'datasets>=2.14.4,<3',
|
||||
'deep-phonemizer==0.0.19'
|
||||
]
|
||||
},
|
||||
author="David Scripka",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue