mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #688 from GeorgianaElena/bump-jupyterhub
Bump hub and notebook versions
This commit is contained in:
@@ -131,7 +131,7 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
conda.ensure_pip_packages(
|
conda.ensure_pip_packages(
|
||||||
prefix,
|
prefix,
|
||||||
[
|
[
|
||||||
"jupyterhub==1.2.2",
|
"jupyterhub==1.4.0",
|
||||||
"jupyterhub-dummyauthenticator==0.3.1",
|
"jupyterhub-dummyauthenticator==0.3.1",
|
||||||
"jupyterhub-systemdspawner==0.15",
|
"jupyterhub-systemdspawner==0.15",
|
||||||
"jupyterhub-firstuseauthenticator==0.14.1",
|
"jupyterhub-firstuseauthenticator==0.14.1",
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# pinning only direct dependencies is a recipe for broken environments!
|
# pinning only direct dependencies is a recipe for broken environments!
|
||||||
|
|
||||||
# JupyterHub + notebook package are base requirements for user environment
|
# JupyterHub + notebook package are base requirements for user environment
|
||||||
jupyterhub==1.2.*
|
jupyterhub==1.4.0
|
||||||
notebook==6.1.5
|
notebook==6.3.0
|
||||||
# Install additional notebook frontends!
|
# Install additional notebook frontends!
|
||||||
jupyterlab==3.*
|
jupyterlab==3.*
|
||||||
nteract-on-jupyter==2.1.*
|
nteract-on-jupyter==2.1.*
|
||||||
|
|||||||
Reference in New Issue
Block a user