numpy.get_include streamlines extension development:
import numpy as np ... Extension('extension_name', ... include_dirs=[np.get_include()])
It would be nice if pyarrow had the same thing
numpy.get_include streamlines extension development:
import numpy as np ... Extension('extension_name', ... include_dirs=[np.get_include()])
It would be nice if pyarrow had the same thing