I just pushed 3.4.1-2
, which removes some "max" dependency bounds, which were causing upgrade failures (currently python-numpy
and python-numba
). Let's see if later versions of the dependencies cause any breakage! (Please report them in the comments, as usual.)
In any case, note that after upgrading numpy
to 2.0, you will have to rebuild pyhton-soxr
from scratch, otherwise pymusiclooper
will crash with an error message vaguely mentioning NumPy.
(I'm not sure if it's also necessary, but I've also rebuilt python-librosa
, python-resampy
, and python-soundfile
, just in case).
Happy looping!
Pinned Comments
ISSOtm commented on 2024-06-28 11:24 (UTC)
I just pushed
3.4.1-2
, which removes some "max" dependency bounds, which were causing upgrade failures (currentlypython-numpy
andpython-numba
). Let's see if later versions of the dependencies cause any breakage! (Please report them in the comments, as usual.)In any case, note that after upgrading
numpy
to 2.0, you will have to rebuildpyhton-soxr
from scratch, otherwisepymusiclooper
will crash with an error message vaguely mentioning NumPy. (I'm not sure if it's also necessary, but I've also rebuiltpython-librosa
,python-resampy
, andpython-soundfile
, just in case).Happy looping!