mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update hub packages to the latest stable versions
This commit is contained in:
@@ -180,7 +180,7 @@ def ensure_jupyterlab_extensions():
|
|||||||
'labextension',
|
'labextension',
|
||||||
'install'
|
'install'
|
||||||
] + extensions + install_options)
|
] + extensions + install_options)
|
||||||
|
|
||||||
# Build all the lab extensions in one go using jupyter lab build command
|
# Build all the lab extensions in one go using jupyter lab build command
|
||||||
build_options = [
|
build_options = [
|
||||||
'--minimize=False',
|
'--minimize=False',
|
||||||
@@ -217,12 +217,12 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
])
|
])
|
||||||
|
|
||||||
conda.ensure_pip_packages(prefix, [
|
conda.ensure_pip_packages(prefix, [
|
||||||
'jupyterhub==1.0.0',
|
'jupyterhub==1.1.0',
|
||||||
'jupyterhub-dummyauthenticator==0.3.1',
|
'jupyterhub-dummyauthenticator==0.3.1',
|
||||||
'jupyterhub-systemdspawner==0.13',
|
'jupyterhub-systemdspawner==0.13',
|
||||||
'jupyterhub-firstuseauthenticator==0.13.0',
|
'jupyterhub-firstuseauthenticator==0.14.1',
|
||||||
'jupyterhub-nativeauthenticator==0.0.4',
|
'jupyterhub-nativeauthenticator==0.0.5',
|
||||||
'jupyterhub-ldapauthenticator==1.2.2',
|
'jupyterhub-ldapauthenticator==1.3.0',
|
||||||
'jupyterhub-tmpauthenticator==0.6',
|
'jupyterhub-tmpauthenticator==0.6',
|
||||||
'oauthenticator==0.10.0',
|
'oauthenticator==0.10.0',
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user