kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
136 stars 15 forks source link

Numpy 2.0 not compatible error #1014

Open sammlapp opened 3 months ago

sammlapp commented 3 months ago

When installing opso 0.10.2, if numpy 2.0 is used gives error that package was compiled with numpy 1.0. Solution is either require <2.0 or compile with 2.0 in env, I think

sammlapp commented 1 month ago

for now, we'll require numpy <2.0. Not all dependencies seem to have stable releases compatible with numpy 2.0 yet.