Skip to content

Commit f90cf46

Browse files
committed
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.
1 parent 659b53a commit f90cf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/audio/wyoming/openwakeword.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
2828
];
2929

3030
propagatedBuildInputs = with python3Packages; [
31-
tensorflow
31+
tensorflow-bin
3232
wyoming
3333
];
3434

0 commit comments

Comments
 (0)