jorisvandenbossche commented on PR #14499: URL: https://github.com/apache/arrow/pull/14499#issuecomment-1293111086
> > it seems like numpy arm64 wheels are only available [for the macosx_11.0](https://pypi.org/project/numpy/1.23.2/#files) > > That's also the case for older Python versions, so if this is the reason it would be strange we only see it for 3.11? Ah, but with older Python versions, `oldest-supported-numpy` will also pick an older numpy(eg 1.21.6 for Python 3.10: https://pypi.org/project/numpy/1.21.6/#files), and yes, older numpy versions have "universal" wheels with 10_9 deployment target So it is here that the deployment target should be changed in case of 3.11: https://github.com/apache/arrow/blob/c56934b57922a6cbb46eaef097a36ed8d2473467/dev/tasks/tasks.yml#L533-L539 (we would maybe also stop building universal2 wheels, since we provide also both arm64 and x86_64 wheels) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
