From 87849e9b91d10afe767ddad8802afa15e624ccb3 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 7 Sep 2020 14:56:50 +0200
Subject: [PATCH] [jupyterhub] add pingouin and statsmodels

---
 jupyterhub/base/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile
index 9a97b83..9946bfd 100755
--- a/jupyterhub/base/Dockerfile
+++ b/jupyterhub/base/Dockerfile
@@ -51,9 +51,11 @@ RUN mkdir -p ~/.venv && \
         wheel \
         black \
         isort \
+        pandas \
         scipy \
+        pingouin \
+        statsmodels \
         matplotlib \
-        pandas \
         tables \
         xlrd \
         hsluv \
-- 
GitLab