CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
227 stars 15 forks source link

partitura breaks with newer numpy versions #336

Closed huispaty closed 1 month ago

huispaty commented 10 months ago

Some parts in the code break with newer numpy versions (> 1.21), and this can become an issue when partitura is used along with other packages that require newer numpy versions.

manoskary commented 10 months ago

We might have to update to a newer version of numpy in the requirements too.

sildater commented 1 month ago

are there any concrete bugs you found? I have had a newer version than 1.21 for a while and didn't encounter any bugs or tests failing related to numpy.