Unverified Commit 3b02dd73 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.faster-whisper: relax tokenizers constraint

parent 8332ac82
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonRelaxDepsHook

# build-system
, setuptools
@@ -30,6 +31,11 @@ buildPythonPackage rec {

  build-system = [
    setuptools
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "tokenizers"
  ];

  dependencies = [