From aa3aea3241a4d392cec493cfcab73e05ca1003bf Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 2 Jul 2026 22:21:00 +0000 Subject: [PATCH] python3Packages.pyannote-audio: add undeclared pyyaml dependency --- pkgs/development/python-modules/pyannote-audio/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pyannote-audio/default.nix b/pkgs/development/python-modules/pyannote-audio/default.nix index 1c407c1e4d3b..8613419900bb 100644 --- a/pkgs/development/python-modules/pyannote-audio/default.nix +++ b/pkgs/development/python-modules/pyannote-audio/default.nix @@ -24,6 +24,7 @@ pyannote-pipeline, pyannoteai-sdk, pytorch-metric-learning, + pyyaml, safetensors, speechbrain, tensorboardx, @@ -61,11 +62,6 @@ buildPythonPackage (finalAttrs: { hatch-vcs ]; - pythonRelaxDeps = [ - "torch" - "torchaudio" - "torchcodec" - ]; dependencies = [ asteroid-filterbanks einops @@ -81,6 +77,7 @@ buildPythonPackage (finalAttrs: { pyannote-pipeline pyannoteai-sdk pytorch-metric-learning + pyyaml safetensors speechbrain tensorboardx