From 8f04f56904ebad9f93ed90bec1b0b3f01384ef54 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 Nov 2020 09:58:43 +0100 Subject: [PATCH] :arrow_up: Upgrades numpy to 1.19.4 --- jupyterlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/Dockerfile b/jupyterlab/Dockerfile index 65ab706..ea44c27 100644 --- a/jupyterlab/Dockerfile +++ b/jupyterlab/Dockerfile @@ -66,7 +66,7 @@ RUN \ && update-alternatives \ --install /usr/bin/python python /usr/bin/python3 10 \ \ - && pip3 install --no-cache-dir numpy==1.18.1 \ + && pip3 install --no-cache-dir numpy==1.19.4 \ && pip3 install --no-cache-dir -r /opt/requirements.txt \ \ && jupyter labextension install \