wyoming-openwakeword: relax wyoming constraint

This commit is contained in:
Martin Weinelt 2024-06-05 22:39:43 +02:00
parent f2f6400810
commit 902b6e27ab
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -20,6 +20,10 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"wyoming"
];
pythonRemoveDeps = [
"tflite-runtime-nightly"
];