From 21f81e3f7a859866678d10deac90104738f34e2a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 4 Apr 2021 20:55:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20numpy=20to=201.?= =?UTF-8?q?20.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyterlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/Dockerfile b/jupyterlab/Dockerfile index b97652fb..8ba3c63c 100644 --- a/jupyterlab/Dockerfile +++ b/jupyterlab/Dockerfile @@ -63,7 +63,7 @@ RUN \ && update-alternatives \ --install /usr/bin/python python /usr/bin/python3 10 \ \ - && pip3 install --no-cache-dir numpy==1.20.0 \ + && pip3 install --no-cache-dir numpy==1.20.2 \ && pip3 install --no-cache-dir -r /opt/requirements.txt \ \ && jupyter labextension install \