Unverified Commit 823e0674 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

beets: make the autobpm plugin depend on librosa (#340185)

parents 05ea7202 de18194d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -128,6 +128,11 @@
    testPaths = [ ];
  };
  autobpm = {
    propagatedBuildInputs = with python3Packages; [
      librosa
      # An optional dependency of librosa, needed for beets' autobpm
      resampy
    ];
    testPaths = [ ];
  };
  listenbrainz = {