mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
python312Packages.faster-whisper: relax tokenizers constraint
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user