Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c504afa commit 136d7e3Copy full SHA for 136d7e3
1 file changed
.circleci/config.yml
@@ -14,20 +14,20 @@ apt-run: &apt-install
14
sudo apt-get -qq update
15
sudo apt-get install -y \
16
inkscape \
17
- libav-tools \
+ ffmpeg \
18
dvipng \
19
- pgf \
20
lmodern \
21
cm-super \
22
texlive-latex-base \
23
texlive-latex-extra \
24
texlive-fonts-recommended \
25
texlive-latex-recommended \
+ texlive-pictures \
26
texlive-xetex \
27
graphviz \
28
libgeos-dev \
29
fonts-crosextra-carlito \
30
- otf-freefont
+ fonts-freefont-otf
31
32
fonts-run: &fonts-install
33
name: Install custom fonts
@@ -101,7 +101,7 @@ jobs:
101
- run:
102
<<: *deps-install
103
environment:
104
- NUMPY_VERSION: "==1.11.0"
+ NUMPY_VERSION: "==1.13.0"
105
- run: *mpl-install
106
107
- run: *doc-build
0 commit comments