From 23ce9604c65e06e3163afb572c70c23852265dd1 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Tue, 7 Mar 2017 23:38:08 -0500 Subject: [PATCH] Add matplotlib --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06af5c1f..011eaaea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - csp + - matplotlib "mackeyrms @mackeyrms": - tsv2csv diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1dac2901..c0925f57 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,10 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + python-mpltoolkits.basemap \ + python3-matplotlib \ + python3-numpy \ + python3-pip \ r-base \ r-base-dev \ ruby-dev \