Skip to content

Commit

Permalink
Fix binder env (#152)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
fcollonval and hbcarlos committed May 30, 2023
1 parent 94fcd92 commit 5891988
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5891988

Please sign in to comment.