Skip to content
Snippets Groups Projects
Commit 84bd78c9 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Install pandas and update pip and setuptools

parent f31473e7
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,5 @@ MAINTAINER Tamas Gal <tgal@km3net.de> ...@@ -4,4 +4,5 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pacman -Sy --noconfirm make grep RUN pacman -Sy --noconfirm make grep
RUN pacman -Sy --noconfirm texlive-most texlive-lang RUN pacman -Sy --noconfirm texlive-most texlive-lang
RUN pacman -Sy --noconfirm python python-pip RUN pacman -Sy --noconfirm python python-pip
RUN pip install matplotlib numpy scipy pygments docopt RUN pip install -U pip setuptools
RUN pip install matplotlib pandas numpy scipy pygments docopt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment