python3Packages.pyannote-audio: add undeclared pyyaml dependency

This commit is contained in:
Gaetan Lepage
2026-07-02 22:21:00 +00:00
parent 183640d5cc
commit aa3aea3241
@@ -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