vallis / libstempo

libstempo — a Python wrapper for tempo2
MIT License
29 stars 34 forks source link

libstempo.pyx: add import_array #68

Closed mattpitkin closed 4 months ago

mattpitkin commented 4 months ago

Add the line:

numpy.import_array()

to the .pyx file as described here, otherwise Cython 3 builds with NumPy v2 can fail.