-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Fix CircleCI builds #14775
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
DOC: Fix CircleCI builds #14775
Conversation
Rolf recommended 1.13 b/c that gives matplotlib a common version with Scipy and is the oldest version which supports 3.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working this out!
Bumping numpy to 1.13 is ok for CircleCI. This is only for the docs build. The general minimum requirement stays at 1.11 for now.
Thanks @alexrudy ! |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
also backport installing some extra fonts
Merge pull request matplotlib#14775 from alexrudy/fix-circleci DOC: Fix CircleCI builds
…775-on-v3.1.1-doc Backport PR #14775 on branch v3.1.1-doc (DOC: Fix CircleCI builds)
…775-on-v3.1.x Backport PR #14775 on branch v3.1.x (DOC: Fix CircleCI builds)
…-v2.2.4-doc Backport PR #14775: DOC: Fix CircleCI builds
…-v2.2.x Backport PR #14775: DOC: Fix CircleCI builds
PR Summary
CircleCI changed their linux distro. I had to do the following to get back to a good state:
For
apt-get
libav-tools
is now calledffmpeg
pgf
is provided bytexlive-pictures
otf-freefont
is nowfonts-freefont-otf
I also had to bump NumPy to 1.13 from 1.11 (1.11 doesn't build on Circle's Ubuntu any more). I spoke to
@rgommers at SciPy2019, and he recommended 1.13 because it supports python 3.6 & 3.7 and is the version of numpy that SciPy uses to build docs.
PR Checklist