python312Packages.faster-whisper: relax tokenizers constraint

This commit is contained in:
Martin Weinelt
2024-04-24 15:08:33 +02:00
parent 8332ac826d
commit 3b02dd73dd
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonRelaxDepsHook
# build-system
, setuptools
@@ -30,6 +31,11 @@ buildPythonPackage rec {
build-system = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"tokenizers"
];
dependencies = [