diff --git a/Python3 b/Python3 index 556dd87021f4986b36dd5fd78cbf84d8bca7c9d5..c65f5bdf9feb1a2839af94f20e032c618ce54ec3 100644 --- a/Python3 +++ b/Python3 @@ -2,6 +2,9 @@ FROM python:3.7.0 MAINTAINER Tamas Gal <tgal@km3net.de> RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev + RUN pip install -U pip setuptools wheel RUN pip install numpy - RUN pip install scipy pandas sklearn tables h5py matplotlib numba + RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py + RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery + RUN pip install matplotlib seaborn pillow ipython jupyter notebook pillow