Skip to content

Commit

Permalink
statsmodels + jupyterlab bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Jul 23, 2024
1 parent 73fc53d commit b431dbe
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 @@ -58,8 +58,8 @@ USER jovyan

# Python/Mamba Deps
## Package versions
ARG JUPYTERSERVER_VERSION=2.14.2 NBGRADER_VERSION=0.9.3 JUPYTERLAB_VERSION=4.2.3 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.2.1 NBCLASSIC_VERSION=1.1.0
ARG PANDAS_VERSION=2.2.2 STATSMODELS_VERSION=0.14.1
ARG JUPYTERSERVER_VERSION=2.14.2 NBGRADER_VERSION=0.9.3 JUPYTERLAB_VERSION=4.2.4 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.2.1 NBCLASSIC_VERSION=1.1.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 b431dbe

Please sign in to comment.