File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,20 @@ apt-run: &apt-install
14
14
sudo apt-get -qq update
15
15
sudo apt-get install -y \
16
16
inkscape \
17
- libav-tools \
17
+ ffmpeg \
18
18
dvipng \
19
- pgf \
20
19
lmodern \
21
20
cm-super \
22
21
texlive-latex-base \
23
22
texlive-latex-extra \
24
23
texlive-fonts-recommended \
25
24
texlive-latex-recommended \
25
+ texlive-pictures \
26
26
texlive-xetex \
27
27
graphviz \
28
28
libgeos-dev \
29
- otf-freefont
29
+ fonts-crosextra-carlito \
30
+ fonts-freefont-otf
30
31
31
32
fonts-run : &fonts-install
32
33
name : Install custom fonts
97
98
- run : *apt-install
98
99
- run : *fonts-install
99
100
- run : *pip-install
100
-
101
- - run : *deps-install
101
+ - run :
102
+ << : *deps-install
103
+ environment :
104
+ NUMPY_VERSION : " ==1.13.0"
102
105
- run : *mpl-install
103
106
104
107
- run : *doc-build
You can’t perform that action at this time.
0 commit comments