Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Pin NumPy below v2 for 3.7.x#26706
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Failed test is a subprocess timeout and unrelated to numpy pinning. Note that this is not a full protection against getting broken environments because earlier matplotlib versions are unpinnend, and the solver may choose to downgrade to matplotlib 3.7.2 to be able to use numpy=2. Anyway, pinning now is better than not doing anything. |
PR summary
Pre-emptively pinning away from the major API break for the last bugfix release of the 3.7.x series.
PR checklist