mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Update version for tensorflow-cpu in setup.py
This commit is contained in:
parent
71df267aa1
commit
39a5e1a089
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -64,7 +64,7 @@ setuptools.setup(
|
|||
'pytest-mypy>=0.10.0,<1',
|
||||
'acoustics>=0.2.6,<1',
|
||||
'pyyaml>=6.0,<7',
|
||||
'tensorflow-cpu==2.8.1',
|
||||
'tensorflow-cpu==2.12.1',
|
||||
'tensorflow_probability==0.16.0',
|
||||
'protobuf>=3.20,<4',
|
||||
'onnx_tf==1.10.0',
|
||||
|
|
@ -91,4 +91,4 @@ setuptools.setup(
|
|||
packages=setuptools.find_packages(),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.7",
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue