python312Packages.faster-whisper: relax tokenizers constraint

This commit is contained in:
Martin Weinelt 2024-04-24 15:06:41 +02:00
parent 8332ac826d
commit 3b02dd73dd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonRelaxDepsHook
# build-system
, setuptools
@ -30,6 +31,11 @@ buildPythonPackage rec {
build-system = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"tokenizers"
];
dependencies = [