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
commit c44849a29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -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 {