From 5891988013433768514bd6b17223d3596b975f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Tue, 30 May 2023 09:33:30 +0200 Subject: [PATCH] Fix binder env (#152) * Fix binder env * Install yarn 3 Co-authored-by: Carlos Herrero <26092748+hbcarlos@users.noreply.github.com> --------- Co-authored-by: Carlos Herrero <26092748+hbcarlos@users.noreply.github.com> --- binder/environment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index ec940850..935d2893 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,14 +1,12 @@ name: example-environment channels: - conda-forge - - conda-forge/label/jupyterlab_rc - nodefaults dependencies: - jupyterlab >=4.0.0 - - jupyterlab-link-share >=0.2 - nodejs >=18,<19 - python >=3.11,<3.12 - - yarn <2 + - yarn >=3,<4 # build - hatchling >=1.5.0 - hatch-jupyter-builder >=0.3.2