Closed mattpitkin closed 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.
.pyx
Add the line:
to the
.pyx
file as described here, otherwise Cython 3 builds with NumPy v2 can fail.