mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 11:11:58 +01:00
Merge pull request #4428 from abarbu/matplotlib-2019
resurrect matplotlib
This commit is contained in:
commit
6989e042f8
@ -3275,7 +3275,7 @@ packages:
|
|||||||
"Andrei Barbu <andrei@0xab.com> @abarbu":
|
"Andrei Barbu <andrei@0xab.com> @abarbu":
|
||||||
- nondeterminism
|
- nondeterminism
|
||||||
- csp
|
- csp
|
||||||
- matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
- matplotlib
|
||||||
|
|
||||||
"mackeyrms <librarymaintainer@mackeycorp.com> @mackeyrms":
|
"mackeyrms <librarymaintainer@mackeycorp.com> @mackeyrms":
|
||||||
- tsv2csv
|
- tsv2csv
|
||||||
|
|||||||
@ -32,6 +32,7 @@ apt-get install -y \
|
|||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
|
dvipng \
|
||||||
freeglut3-dev \
|
freeglut3-dev \
|
||||||
freetds-dev \
|
freetds-dev \
|
||||||
fsharp \
|
fsharp \
|
||||||
@ -141,11 +142,13 @@ apt-get install -y \
|
|||||||
python3-matplotlib \
|
python3-matplotlib \
|
||||||
python3-numpy \
|
python3-numpy \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-scipy \
|
||||||
r-base \
|
r-base \
|
||||||
r-base-dev \
|
r-base-dev \
|
||||||
ruby-dev \
|
ruby-dev \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
sudo \
|
sudo \
|
||||||
|
texlive \
|
||||||
unixodbc-dev \
|
unixodbc-dev \
|
||||||
wget \
|
wget \
|
||||||
xclip \
|
xclip \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user