-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
NumPy 2.0.0 is in the process of being released (currently on 2.0.0rc1) with a number of changes ( numpy/numpy#24300 ). Most notably the way we build with NumPy may need changes. This will involve building with the latest NumPy and then configuring builds to support older NumPy versions (and validating binaries target the intended NumPy version)
There is some discussion about this in issue ( conda-forge/numpy-feedstock#311 ) along with details on how to test builds with NumPy 2.0.0rc1. The next step to take here would be to try building the Pandas packages with NumPy 2.0.0rc1
Not sure what the state of Pandas support for NumPy 2 is (and whether we need an RC or new fixes). So getting a better idea on what is still needed on the Pandas side would help