Merge pull request #269775 from azuwis/pianotrans

pianotrans: add missing resampy dependency
This commit is contained in:
Emily Trau
2023-12-01 17:03:28 +11:00
committed by GitHub
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
-2
View File
@@ -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 {