wyoming-openwakeword: migrate to tensorflow-bin (#356560)

This commit is contained in:
Martin Weinelt 2024-11-16 21:54:33 +01:00 committed by GitHub
commit 7efd5beaa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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