diff --git a/build-constraints.yaml b/build-constraints.yaml index 6fdfda27..068524b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - csp - - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - matplotlib "mackeyrms @mackeyrms": - tsv2csv diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 33d7aba8..bdd8f27d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -32,6 +32,7 @@ apt-get install -y \ build-essential \ cmake \ curl \ + dvipng \ freeglut3-dev \ freetds-dev \ fsharp \ @@ -141,11 +142,13 @@ apt-get install -y \ python3-matplotlib \ python3-numpy \ python3-pip \ + python3-scipy \ r-base \ r-base-dev \ ruby-dev \ software-properties-common \ sudo \ + texlive \ unixodbc-dev \ wget \ xclip \