diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:12 +0700 |
commit | 9e938331a2e1ac3eeedacdc0754d766187f8c867 (patch) | |
tree | 359accdca4675108c130b5d9ddf11120c0ebf179 /python | |
parent | 3fcfa5c1759ad3c39648a489201582ca06284d5a (diff) |
python/python3-librosa: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-librosa/python3-librosa.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-librosa/python3-librosa.info b/python/python3-librosa/python3-librosa.info index 7d4fe268d876b..e58dd15819cb6 100644 --- a/python/python3-librosa/python3-librosa.info +++ b/python/python3-librosa/python3-librosa.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.1/librosa-0. MD5SUM="5c9d22f503c0ea20dac73e775cdca2c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-lazy_loader python3-matplotlib ipython python3-mir_eval python3-soundfile audioread python3-soxr python3-numba python3-llvmlite msgpack-python python3-pooch python3-platformdirs scikit-learn python3-presets" +REQUIRES="python3-lazy_loader python3-matplotlib ipython python3-mir_eval python3-soundfile audioread python3-soxr python3-numba python3-llvmlite msgpack-python python3-pooch scikit-learn python3-presets" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |