mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
3f21a22b5a
commit
2d60e17c28
@ -18,8 +18,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
piano-transcription-inference
|
||||
torch
|
||||
resampy
|
||||
tkinter
|
||||
torch
|
||||
];
|
||||
|
||||
# Project has no tests
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user