wyoming-openwakeword: migrate to tensorflow-bin

With Python 3.12 we don't have a working tensorflow source build, which
currently blocks usage of this package.
This commit is contained in:
Martin Weinelt 2024-11-16 21:50:50 +01:00
parent 659b53ad15
commit f90cf46cb6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
tensorflow
tensorflow-bin
wyoming
];