pianotrans: add missing resampy dependency

librosa 0.10 makes `resampy` optional, from https://librosa.org/doc/0.10.0/generated/librosa.resample.html:

> samplerate and resampy are not installed with librosa. To use samplerate or resampy, they should be installed manually
This commit is contained in:
Zhong Jianxin 2023-11-25 09:59:42 +08:00
parent 3f21a22b5a
commit 2d60e17c28
2 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,9 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
piano-transcription-inference
torch
resampy
tkinter
torch
];
# Project has no tests

View File

@ -34713,8 +34713,6 @@ with pkgs;
pianoteq = callPackage ../applications/audio/pianoteq { };
pianotrans = callPackage ../applications/audio/pianotrans { };
picard = callPackage ../applications/audio/picard { };
picocom = callPackage ../tools/misc/picocom {