Skip to content

Commit

Permalink
Bump jupyter* deps before test on monday
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Apr 20, 2024
1 parent 430f1a3 commit d982dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ USER jovyan
# Python/Mamba Deps
ARG PY_VER_SHORT=3.11
## Package versions
ARG JUPYTERSERVER_VERSION=2.13.0 JUPYTERHUB_VERSION=4.1.1 JUPYTERLAB_VERSION=4.1.5 NBCONVERT_VERSION=7.16.3 NOTEBOOK_VERSION=7.1.2 NBCLASSIC_VERSION=1.0.0
ARG PANDAS_VERSION=2.2.1 STATSMODELS_VERSION=0.14.1
ARG JUPYTERSERVER_VERSION=2.14.0 JUPYTERHUB_VERSION=4.1.5 JUPYTERLAB_VERSION=4.1.6 NBCONVERT_VERSION=7.16.3 NOTEBOOK_VERSION=7.1.3 NBCLASSIC_VERSION=1.0.0
ARG PANDAS_VERSION=2.2.2 STATSMODELS_VERSION=0.14.2

# Install essential+datascience pip packages
## mistune added for nbgrader issues
Expand Down

0 comments on commit d982dc2

Please sign in to comment.