Merge pull request #688 from GeorgianaElena/bump-jupyterhub

Bump hub and notebook versions
This commit is contained in:
Georgiana Elena
2021-05-10 16:34:11 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ def ensure_jupyterhub_package(prefix):
conda.ensure_pip_packages(
prefix,
[
"jupyterhub==1.2.2",
"jupyterhub==1.4.0",
"jupyterhub-dummyauthenticator==0.3.1",
"jupyterhub-systemdspawner==0.15",
"jupyterhub-firstuseauthenticator==0.14.1",

View File

@@ -2,8 +2,8 @@
# pinning only direct dependencies is a recipe for broken environments!
# JupyterHub + notebook package are base requirements for user environment
jupyterhub==1.2.*
notebook==6.1.5
jupyterhub==1.4.0
notebook==6.3.0
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.1.*