mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Updated requirements for full install [skip ci]
This commit is contained in:
parent
f3e74cd8c4
commit
6a64b19cc9
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
|
@ -58,7 +58,12 @@ setuptools.setup(
|
|||
'pytest-flake8>=1.1.1,<2',
|
||||
'pytest-mypy>=0.10.0,<1',
|
||||
'acoustics>=0.2.6,<1',
|
||||
'pyyaml>=6.0,<7'
|
||||
'pyyaml>=6.0,<7',
|
||||
'tensorflow==2.8.1',
|
||||
'tensorflow_probability==0.16.0',
|
||||
'protobuf==3.20',
|
||||
'onnx_tf==1.10.0',
|
||||
'onnx==1.14.0'
|
||||
]
|
||||
},
|
||||
author="David Scripka",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue