spleeter icon indicating copy to clipboard operation
spleeter copied to clipboard

[Bug] Bump Librosa Version

Open s2t2 opened this issue 1 year ago • 1 comments

Description

Hi, can we please bump the librosa version?

Step to reproduce

Try to use a new version of librosa and spleeter packages in the same project.

For example: pip install spleeter librosa==0.10.0.post2

Output

See this error related to spleeter locking in old versions of librosa.

The conflict is caused by:
    The user requested librosa==0.10.0.post2
    spleeter 2.3.2 depends on librosa<0.9.0 and >=0.8.0
    The user requested librosa==0.10.0.post2
    spleeter 2.1.0 depends on librosa==0.8.0

Environment

OS MacOS
Installation type pip
Hardware spec CPU

Additional context

I would update the requirements.txt file and make sure the tests are passing, but I didn't see a requirements.txt file or mention of the librosa package in the source code, so wasn't quite sure about how to proceed. Happy to update if you are able to provide some guidance.

Thanks!

s2t2 avatar May 20 '23 18:05 s2t2

It's irrelevant because librosa is no more. It was removed from pyproject.toml earlier this year.

@s2t2 anyway, it seems Spleeter has evolved to version 2.4.0 already but the PyPi GitHub action wasn't triggered. That's why maybe many of the issues are irrelevant.

jomonson avatar Jul 05 '23 22:07 jomonson