sigsep / sigsep-mus-db

Python parser and tools for MUSDB18 Music Separation Dataset
https://sigsep.github.io/sigsep-mus-db/
MIT License
159 stars 33 forks source link

`np.float_` was removed in the NumPy 2.0 release #83

Open giovana-morais opened 1 month ago

giovana-morais commented 1 month ago

hello, everyone! it seems that is a compatibility issue with numpy 2.0.

AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead.

the error was raised when I tried to import the library and I had to downgrade numpy.

i can open a PR fixing this if you think it would be helpful.

faroit commented 1 month ago

Hi @giovana-morais. A PR would be great. Good catch!