-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
quick fix dev build by locking out numpy version that's breaking things #28752
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
Conversation
|
I don't even know what circle is doing here cause numpy looks very special cased: matplotlib/.circleci/config.yml Lines 105 to 111 in 3f2925b
I edited build requirements cause numpy is listed there first |
d6a3aaf
to
cf652f6
Compare
matplotlib/.circleci/config.yml Lines 98 to 101 in 3f2925b
We can probably also set it there. 50/50 it works with this run as I'm not sure what pip does when it get the same dep both pinned an unpinned. |
Also these are linking errors in events so are they related to the bug?
|
You can cherry pick 108565a for those. |
Yay doc builds pass and only change is to circle config |
PR summary
locks out numpy version we think is breaking our docs build do to numpy/numpy#26904
PR checklist