From 5477a5d50fa04863348c7b72c142af61e5641c0c Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Tue, 22 Feb 2022 15:30:28 -0600 Subject: [PATCH] Try jupyterlite 0.1.0b0 (#92) --- .binder/environment.yml | 2 +- demo/jupyter_lite_config.json | 2 +- docs/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index ffb7aa1..f04c7ca 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -59,7 +59,7 @@ dependencies: - sphinx-jsonschema - sphinxext-rediraffe - pip: - - jupyterlite ==0.1.0a20 + - jupyterlite ==0.1.0b0 ### ipydrawio-docs-deps ### diff --git a/demo/jupyter_lite_config.json b/demo/jupyter_lite_config.json index bb41074..e80eb11 100644 --- a/demo/jupyter_lite_config.json +++ b/demo/jupyter_lite_config.json @@ -2,7 +2,7 @@ "LiteBuildConfig": { "federated_extensions": [ "../py_packages/ipydrawio/dist/ipydrawio-1.2.1-py3-none-any.whl", - "https://github.com/conda-forge/releases/releases/download/noarch/bqplot-0.12.32-pyhd8ed1ab_0.tar.bz2/bqplot-0.12.32-pyhd8ed1ab_0.tar.bz2", + "https://github.com/conda-forge/releases/releases/download/noarch/bqplot-0.12.33-pyhd8ed1ab_0.tar.bz2/bqplot-0.12.33-pyhd8ed1ab_0.tar.bz2", "https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2", "https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2", "https://github.com/conda-forge/releases/releases/download/noarch/wxyz_datagrid-0.5.1-pyhd8ed1ab_0.tar.bz2/wxyz_datagrid-0.5.1-pyhd8ed1ab_0.tar.bz2", diff --git a/docs/environment.yml b/docs/environment.yml index b8d3642..5e0dc5f 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -32,7 +32,7 @@ dependencies: - sphinx-jsonschema - sphinxext-rediraffe - pip: - - jupyterlite ==0.1.0a20 + - jupyterlite ==0.1.0b0 ### ipydrawio-docs-deps ###