From 8d4cb8e5c3e1983dc08296e24185df7eadda4370 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 14 Jul 2019 12:26:57 -0400 Subject: [PATCH] Backport PR #14775: DOC: Fix CircleCI builds --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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