From 6138fa9db299735de19fd8ae5725ff49933736cd Mon Sep 17 00:00:00 2001 From: Georgiana Elena Date: Thu, 14 Jul 2022 13:00:11 +0300 Subject: [PATCH 1/2] Bump jupyterhub version Reference https://github.com/2i2c-org/infrastructure/issues/1505#issuecomment-1184245161 --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 69efd2c..63c415f 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,7 @@ channels: dependencies: - jupyter_contrib_nbextensions==0.5.1 + - jupyterhub==2.3.1 - numpy - matplotlib - scipy From 5e0d46594a2c60eb39cd09bb3146c919268ef6a3 Mon Sep 17 00:00:00 2001 From: Georgiana Elena Date: Thu, 14 Jul 2022 17:06:11 +0300 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 63c415f..851c7ce 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,8 @@ channels: dependencies: - jupyter_contrib_nbextensions==0.5.1 - - jupyterhub==2.3.1 + - jupyterhub-base==2.3.1 + - jupyterhub-singleuser=2.3.1 - numpy - matplotlib - scipy