diff --git a/docs/environment.yml b/docs/environment.yml index dd154aa28c..1f446bde0e 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -28,14 +28,9 @@ dependencies: - bqplot - ipykernel - ipyleaflet + - jupyterlite >=0.1.1,<0.2.0 - matplotlib-base - numpy - scikit-image - scikit-learn - sympy - # jupyterlite dependencies - - doit - - pkginfo - - python-libarchive-c - - pip: - - jupyterlite ==0.1.0b18 diff --git a/docs/requirements.txt b/docs/requirements.txt index 4d6555cd53..4e05725806 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ ipyleaflet jupyter-client jupyter-packaging jupyterlab >=4 -jupyterlite ==0.1.0b18 +jupyterlite >=0.1.1<0.2.0 matplotlib myst-nb >=0.17,<0.18 numpy