Merge pull request #269775 from azuwis/pianotrans
pianotrans: add missing resampy dependency
This commit is contained in:
commit
c44849a29e
2 changed files with 2 additions and 3 deletions
|
@ -18,8 +18,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
piano-transcription-inference
|
||||
torch
|
||||
resampy
|
||||
tkinter
|
||||
torch
|
||||
];
|
||||
|
||||
# Project has no tests
|
|
@ -34697,8 +34697,6 @@ with pkgs;
|
|||
|
||||
pianoteq = callPackage ../applications/audio/pianoteq { };
|
||||
|
||||
pianotrans = callPackage ../applications/audio/pianotrans { };
|
||||
|
||||
picard = callPackage ../applications/audio/picard { };
|
||||
|
||||
picocom = callPackage ../tools/misc/picocom {
|
||||
|
|
Loading…
Reference in a new issue