quick fix dev build by locking out numpy version that's breaking things#28752
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