Skip to content

Commit e5cd75b

Browse files
committed
split up build deps
1 parent 9ae8fee commit e5cd75b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.binder/environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ channels:
44
- nodefaults
55
dependencies:
66
# runtimes
7-
- python >=3.6
87
- nodejs >=12,!=13,<15 # prefer LTS
98
- pip
9+
- python >=3.6,<3.10
10+
- yarn <2
11+
# packaging dependencies
1012
- wheel
1113
- setuptools
12-
- yarn <2
1314
# dependencies
1415
- ipydatawidgets >=1.1.1
1516
- ipywidgets >=7.2.1

0 commit comments

Comments
 (0)