Hi, On Thu, Jul 21, 2016 at 6:11 PM, Nathan Goldbaum <[email protected]> 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 _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
