mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
add missing requirement
This commit is contained in:
parent
f7ae09f760
commit
6c722a0283
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ def build_additional_requires():
|
|||
setuptools.setup(
|
||||
name="openwakeword",
|
||||
version="0.2.0",
|
||||
install_requires=['onnxruntime>=1.10.0,<2', 'tqdm>=4.0,<5.0', 'scipy>=1.3,<2'],
|
||||
install_requires=['onnxruntime>=1.10.0,<2', '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