python312Packages.faster-whisper: relax av constraint

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:59 +02:00
parent 472a39d28c
commit 67058fb25c
@@ -33,7 +33,10 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [ "tokenizers" ];
pythonRelaxDeps = [
"av"
"tokenizers"
];
dependencies = [
av