Skip to content

Commit

Permalink
Merge pull request #60 from minrk/bumps
Browse files Browse the repository at this point in the history
jupyterhub 0.9.1, notebook 5.6.0
  • Loading branch information
yuvipanda committed Jul 19, 2018
2 parents 5453299 + 1799732 commit 403a0d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def ensure_jupyterhub_package(prefix):
"""
conda.ensure_conda_packages(prefix, ['configurable-http-proxy==3.1.0'])
conda.ensure_pip_packages(prefix, [
'jupyterhub==0.9.0',
'jupyterhub==0.9.1',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.11',
'jupyterhub-firstuseauthenticator==0.10',
Expand Down Expand Up @@ -109,8 +109,8 @@ def ensure_user_environment(user_requirements_txt_file):

conda.ensure_pip_packages(USER_ENV_PREFIX, [
# JupyterHub + notebook package are base requirements for user environment
'jupyterhub==0.9.0',
'notebook==5.5.0',
'jupyterhub==0.9.1',
'notebook==5.6.0',
# Install additional notebook frontends!
'jupyterlab==0.32.1',
'nteract-on-jupyter==1.8.1',
Expand Down

0 comments on commit 403a0d4

Please sign in to comment.