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 to <2 for 3.8.0 #26756

Closed
wants to merge 1 commit into from
Closed

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented Sep 12, 2023

PR summary

This is the corollary to #26706 for the 3.8.x branch.

Official NumPy guidance is that we should be pinning because it is expected that forwards
compatibility of compiled wheels will break. While API changes should be relatively minimal,
ABI changes may still catch users.

Unfortunatly we cannot go back and pin for all previous releases, but may as well do what we can now.

PR checklist

@ksunden ksunden added this to the v3.8.0 milestone Sep 12, 2023
@ksunden
Copy link
Member Author

ksunden commented Sep 13, 2023

Included in #26761, so this is no longer necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants