From d1722d31f187f0c3991fdeb5d38f8bc7b0fb724b Mon Sep 17 00:00:00 2001 From: Alex Rudy Date: Sun, 14 Jul 2019 09:34:37 -0500 Subject: [PATCH 1/3] Rename libav-tools apt package to ffmpeg --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 015420cdb19d..6c456c6e8be7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ apt-run: &apt-install sudo apt-get -qq update sudo apt-get install -y \ inkscape \ - libav-tools \ + ffmpeg \ dvipng \ pgf \ lmodern \ From 9f481d4e10fb230fb21acaf35399ac2a082bb481 Mon Sep 17 00:00:00 2001 From: Alex Rudy Date: Sun, 14 Jul 2019 09:48:19 -0500 Subject: [PATCH 2/3] Fix some font packages --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c456c6e8be7..685ba9000a24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,18 +16,18 @@ apt-run: &apt-install inkscape \ 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 From b04307535410f13c5d8ddc036ccfbbe819dc1623 Mon Sep 17 00:00:00 2001 From: Alex Rudy Date: Sun, 14 Jul 2019 10:04:25 -0500 Subject: [PATCH 3/3] Bumping numpy version used to build docs Rolf recommended 1.13 b/c that gives matplotlib a common version with Scipy and is the oldest version which supports 3.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 685ba9000a24..41bdd1991304 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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