jorisvandenbossche opened a new issue, #39532: URL: https://github.com/apache/arrow/issues/39532
NumPy 2.0 is coming soon, and we should ensure pyarrow is fully compatible to ensure a smooth transition of our users. Overview issue on numpy's side: https://github.com/numpy/numpy/issues/24300 We already test with nightly numpy (eg https://github.com/ursacomputing/crossbow/actions/runs/7454906275/job/20283098411), and currently this build is working fine. There is one warning about the usage of `numpy.core.numerictypes` that we should still solve. Further, we need to check if we are all OK on the packaging side: do we need to pin numpy<2 for now in our upcoming release? What do we need to update in our wheel building? (stop using oldest-supported-numpy?) - [ ] [Python] NumPy 2.0 compat: remove usage of np.core - [ ] Packaging questions cc @raulcd -- 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]
