Skip to content

Commit

Permalink
⬆️ Upgrades numpy to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 3, 2020
1 parent d754ce3 commit 8f04f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8f04f56

Please sign in to comment.