Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a5473d

Browse files
authored
Merge pull request #14777 from meeseeksmachine/auto-backport-of-pr-14775-on-v3.1.x
Backport PR #14775 on branch v3.1.x (DOC: Fix CircleCI builds)
2 parents c504afa + 136d7e3 commit 9a5473d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ apt-run: &apt-install
1414
sudo apt-get -qq update
1515
sudo apt-get install -y \
1616
inkscape \
17-
libav-tools \
17+
ffmpeg \
1818
dvipng \
19-
pgf \
2019
lmodern \
2120
cm-super \
2221
texlive-latex-base \
2322
texlive-latex-extra \
2423
texlive-fonts-recommended \
2524
texlive-latex-recommended \
25+
texlive-pictures \
2626
texlive-xetex \
2727
graphviz \
2828
libgeos-dev \
2929
fonts-crosextra-carlito \
30-
otf-freefont
30+
fonts-freefont-otf
3131
3232
fonts-run: &fonts-install
3333
name: Install custom fonts
@@ -101,7 +101,7 @@ jobs:
101101
- run:
102102
<<: *deps-install
103103
environment:
104-
NUMPY_VERSION: "==1.11.0"
104+
NUMPY_VERSION: "==1.13.0"
105105
- run: *mpl-install
106106

107107
- run: *doc-build

0 commit comments

Comments
 (0)