File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ channels:
55dependencies :
66 # runtimes
77 - python >=3.6
8- - nodejs >=12
8+ - nodejs >=12,!=13,<15 # prefer LTS
99 - pip
10+ - wheel
11+ - setuptools
1012 # dependencies
1113 - ipydatawidgets >=1.1.1
1214 - ipywidgets >=7.2.1
Original file line number Diff line number Diff line change @@ -3,17 +3,10 @@ set -eux
33
44pushd js
55jlpm --ignore-optional
6- jlpm build:bundles
7- jlpm build:all
86popd
97
10- python -m pip install -vv -e . --no-deps --ignore-installed
11- python -m pip check
12-
13- # install labextension
14- pushd js
15- jupyter labextension develop . --overwrite
16- popd
8+ python setup.py sdist
9+ python -m pip install -v dist/pythreejs* .tar.gz --no-deps --ignore-installed
1710
1811# validate
1912jupyter nbextension list
You can’t perform that action at this time.
0 commit comments