File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ dependencies:
2828 - bqplot
2929 - ipykernel
3030 - ipyleaflet
31- - jupyterlite >=0.3.0,<0.4.0
31+ - jupyterlite-core >=0.3.0,<0.4.0
32+ - jupyterlite-pyodide-kernel
3233 - matplotlib-base
3334 - numpy
3435 - scikit-image
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ ipyleaflet
66jupyter-client
77jupyter-packaging
88jupyterlab >= 4
9- jupyterlite >= 0.3.0 < 0.4.0
9+ jupyterlite-core >= 0.3.0 < 0.4.0
10+ jupyterlite-pyodide-kernel >= 0.3.0 < 0.4.0
1011matplotlib
1112myst-nb >= 0.17 ,< 0.18
1213numpy
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def setup(app):
131131rediraffe_redirects = {
132132 "typedoc/index" : "_static/typedoc/index" ,
133133 "try/lab/index" : "_static/lab/index" ,
134- "try/notebook /index" : "_static/tree/index" ,
134+ "try/tree /index" : "_static/tree/index" ,
135135}
136136
137137# -- html --------------------------
You can’t perform that action at this time.
0 commit comments