Skip to content

Commit

Permalink
Update hub packages to the latest stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 23, 2020
1 parent db8777c commit c117931
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def ensure_jupyterlab_extensions():
'labextension',
'install'
] + extensions + install_options)

# Build all the lab extensions in one go using jupyter lab build command
build_options = [
'--minimize=False',
Expand Down Expand Up @@ -217,14 +217,14 @@ def ensure_jupyterhub_package(prefix):
])

conda.ensure_pip_packages(prefix, [
'jupyterhub==1.0.0',
'jupyterhub==1.1.0',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.13',
'jupyterhub-firstuseauthenticator==0.13.0',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'jupyterhub-firstuseauthenticator==0.14.1',
'jupyterhub-nativeauthenticator==0.0.5',
'jupyterhub-ldapauthenticator==1.3.0',
'jupyterhub-tmpauthenticator==0.6',
'oauthenticator==0.10.0',
'oauthenticator==0.11.0',
])
traefik.ensure_traefik_binary(prefix)

Expand Down

0 comments on commit c117931

Please sign in to comment.