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:
28
28
- bqplot
29
29
- ipykernel
30
30
- ipyleaflet
31
- - jupyterlite >=0.3.0,<0.4.0
31
+ - jupyterlite-core >=0.3.0,<0.4.0
32
+ - jupyterlite-pyodide-kernel
32
33
- matplotlib-base
33
34
- numpy
34
35
- scikit-image
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ ipyleaflet
6
6
jupyter-client
7
7
jupyter-packaging
8
8
jupyterlab >= 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
10
11
matplotlib
11
12
myst-nb >= 0.17 ,< 0.18
12
13
numpy
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def setup(app):
131
131
rediraffe_redirects = {
132
132
"typedoc/index" : "_static/typedoc/index" ,
133
133
"try/lab/index" : "_static/lab/index" ,
134
- "try/notebook /index" : "_static/tree/index" ,
134
+ "try/tree /index" : "_static/tree/index" ,
135
135
}
136
136
137
137
# -- html --------------------------
You can’t perform that action at this time.
0 commit comments