meinardmueller / synctoolbox

Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
https://meinardmueller.github.io/synctoolbox
Other
108 stars 11 forks source link

Upgrade numba in order to allow building on python 3.11 and on Mac ARM CPU #27

Closed mcosti closed 9 months ago

mcosti commented 10 months ago

Add support for higher version of numba (python 3.11 compat + mac ARM)

yiitozer commented 9 months ago

Thank you very much for pointing out this issue. We have updated the setup.py file as you suggested, with some additional required changes: e284952

mcosti commented 9 months ago

Thank you!