From c6ed9cc7bdad6779027ab8c0ca950f7ab19ab22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net> Date: Fri, 21 Jun 2024 21:46:55 +0200 Subject: [PATCH] Remove <4.1 constraint on JupyterLab for compat with nbgrader 0.9.3 (at the risk of breaking slides) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a9e69a7..1075e05 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: ############################################################################## # JupyterLab -- jupyterlab>=4,<4.1 +- jupyterlab>=4 #,<4.1 - jupyterlab-language-pack-fr-FR - nbgitpuller #- jupyter-collaboration -- GitLab