diff --git a/.circleci/config.yml b/.circleci/config.yml index 015420cdb19d..41bdd1991304 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,20 +14,20 @@ apt-run: &apt-install sudo apt-get -qq update sudo apt-get install -y \ inkscape \ - libav-tools \ + ffmpeg \ dvipng \ - pgf \ lmodern \ cm-super \ texlive-latex-base \ texlive-latex-extra \ texlive-fonts-recommended \ texlive-latex-recommended \ + texlive-pictures \ texlive-xetex \ graphviz \ libgeos-dev \ fonts-crosextra-carlito \ - otf-freefont + fonts-freefont-otf fonts-run: &fonts-install name: Install custom fonts @@ -101,7 +101,7 @@ jobs: - run: <<: *deps-install environment: - NUMPY_VERSION: "==1.11.0" + NUMPY_VERSION: "==1.13.0" - run: *mpl-install - run: *doc-build