jorisvandenbossche commented on PR #39557: URL: https://github.com/apache/arrow/pull/39557#issuecomment-1905708062
> Why would a PyArrow built with NumPy 1.25 not be usable with a Pandas built with NumPy 2.0? Sorry, to be clear: it's only for the numpy dependency of course. PyArrow built with NumPy 1.25 is not usable with a _NumPy_ 2.0. Whether pandas is built with numpy 1.x or 2.x indeed doesn't matter, it's just that in the example I was giving, the specific CI build is testing both pandas and pyarrow nightly, with numpy nightly in that environment, and pandas is being tested fine because its nightly wheels are built with numpy nightly, while pyarrow cannot be imported. -- 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]
