From f49366287a958cbf51c435c69810d521524402a9 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 21 Sep 2023 09:14:14 +0200 Subject: [PATCH] Use `notebook=7.0.4` (#138) * Use `notebook=7.0.3` * Bump `jupyterlab` * Bump to `notebook==7.0.4` --- .binder/environment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 77ec411..51e7999 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -7,11 +7,10 @@ dependencies: - packaging - pyyaml # applications -- jupyterlab=4.0.3 +- jupyterlab=4.0.6 - jupyter-collaboration=1.0.1 - nbconvert=7.6.0 -- pip: - - notebook==7.0.0b3 +- notebook==7.0.4 # extensions - jupyter-offlinenotebook=0.2.2 - jupyterlab-fasta=3.3