diff --git a/docs/environment.yml b/docs/environment.yml index 4c32e391f2..91440c8c0d 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -28,7 +28,8 @@ dependencies: - bqplot - ipykernel - ipyleaflet - - jupyterlite >=0.3.0,<0.4.0 + - jupyterlite-core >=0.3.0,<0.4.0 + - jupyterlite-pyodide-kernel - matplotlib-base - numpy - scikit-image diff --git a/docs/requirements.txt b/docs/requirements.txt index 930102dcb9..922711b316 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,8 @@ ipyleaflet jupyter-client jupyter-packaging jupyterlab >=4 -jupyterlite >=0.3.0<0.4.0 +jupyterlite-core >=0.3.0<0.4.0 +jupyterlite-pyodide-kernel >=0.3.0<0.4.0 matplotlib myst-nb >=0.17,<0.18 numpy