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

Pin Numpy < 2 in requirements #1012

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Commits on Oct 19, 2023

  1. Pin Numpy < 2 in requirements

    We have compiled extensions that are built against the Numpy C API.
    The Numpy transition guide for developers of downstream packages[1]
    encourages us to put in this pin until we have wheels built against
    the newer version, which is not expected to be fully ABI compatible
    (but extensions built against Numpy 2 _should_ work with older versions
    of Numpy).
    
    Note that this won't prevent package managers from resolving _older_
    versions of rustworkx (which don't have the pin) along with Numpy 2,
    but there's not a vast amount we can do about that now.
    
    Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
    mtreinish and jakelishman committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    896c7f4 View commit details
    Browse the repository at this point in the history