From fed6c1d45ab634a9e613e0f8c2d19ed8b0f20927 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 14 Nov 2018 09:27:44 +0100 Subject: [PATCH] Changed to trigger docker build --- base/python:3 | 1 + 1 file changed, 1 insertion(+) diff --git a/base/python:3 b/base/python:3 index 51b0fde..acfe9b5 100644 --- a/base/python:3 +++ b/base/python:3 @@ -4,6 +4,7 @@ FROM python:3.7.1 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 statsmodels numba numexpr tables h5py RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery -- GitLab