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

Update numpy build constraints for numpy 1.25 #53

Merged

Commits on Jul 20, 2023

  1. Update numpy build constraints for numpy 1.25

    Starting in numpy 1.25 (see
    https://github.com/numpy/numpy/releases/tag/v1.25.0), the numpy C API is
    backwards-compatible by default.
    
    For python 3.9+, we should be able to drop the specific numpy build
    requirements and use `numpy>=1.25`, which is currently
    backwards-compatible to `numpy>=1.19`.
    
    In the future, the python <3.9 requirements could be dropped and the
    lower numpy pin could correspond to the oldest supported version for the
    current lower python pin.
    adrianeboyd committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    56751d6 View commit details
    Browse the repository at this point in the history