diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile
index 9a97b8383928f0c2e905d6f418435e99a3ebf688..9946bfd065199e3fc9080128a054b78eba19d647 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 \