[Wheel-builders] Building wheels for projects that depend on NumPy?

Matthew Brett matthew.brett at gmail.com
Thu Jul 21 18:43:36 EDT 2016


Hi,

On Thu, Jul 21, 2016 at 6:11 PM, Nathan Goldbaum <nathan12343 at gmail.com> wrote:
> Hi all,
>
> I'm curious which NumPy version we should use when generating wheels. In
> particular, will it be a problem if our dependencies use a different NumPy
> version to build *their* wheels.
>
> It's my understanding that the NumPy ABI is forward compatible, so I guess
> we want to build against a "sufficiently old" version?

Right - build against the oldest version the project is compatible
with : http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312

Cheers,

Matthew


More information about the Wheel-builders mailing list