Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build against Numpy>=2.0.0rc1 #933

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Commits on Apr 10, 2024

  1. Build against Numpy>=2.0.0rc1

    Numpy 2.0.0 is coming out soon. In order to support both Numpy
    1.x and 2.x, we must build against Numpy 2.x.
    
    The [official guidance from Numpy](https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-abi-handling)
    is that we should be targeting numpy 2.0.0rc1 as a build dependency
    now.
    lpsinger committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a41addf View commit details
    Browse the repository at this point in the history