update: jupyterhub 4

This commit is contained in:
Erik Sundell
2023-04-24 01:55:34 +02:00
committed by Erik Sundell
parent 7431151ed3
commit b3365fbe45
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ def ensure_jupyterhub_package(prefix):
conda.ensure_pip_packages(
prefix,
[
"jupyterhub==3.*",
"jupyterhub==4.*",
"jupyterhub-systemdspawner==0.17.*",
"jupyterhub-firstuseauthenticator==1.*",
"jupyterhub-nativeauthenticator==1.*",

View File

@@ -6,7 +6,7 @@
# our integration tests fail.
#
# JupyterHub + notebook package are base requirements for user environment
jupyterhub==3.*
jupyterhub==4.*
notebook==6.*
# Install additional notebook frontends!
jupyterlab==3.*