Skip to content

Commit 5891988

Browse files
fcollonvalhbcarlos
andauthored
Fix binder env (#152)
* Fix binder env * Install yarn 3 Co-authored-by: Carlos Herrero <[email protected]> --------- Co-authored-by: Carlos Herrero <[email protected]>
1 parent 94fcd92 commit 5891988

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

binder/environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: example-environment
22
channels:
33
- conda-forge
4-
- conda-forge/label/jupyterlab_rc
54
- nodefaults
65
dependencies:
76
- jupyterlab >=4.0.0
8-
- jupyterlab-link-share >=0.2
97
- nodejs >=18,<19
108
- python >=3.11,<3.12
11-
- yarn <2
9+
- yarn >=3,<4
1210
# build
1311
- hatchling >=1.5.0
1412
- hatch-jupyter-builder >=0.3.2

0 commit comments

Comments
 (0)