From 9933e894c90c1c8f6a73f22314ecc379c0c81156 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 15 Sep 2023 17:32:26 +0200 Subject: [PATCH] Update `jupyterlite-pyodide-kernel` (#43) * Update `jupyterlite-pyodide-kernel` * add pip to environment.yml for RTD warning, update specs for readability --------- Co-authored-by: Nicholas Bollweg --- environment.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/environment.yml b/environment.yml index c93f6c0..fc5e6af 100644 --- a/environment.yml +++ b/environment.yml @@ -2,26 +2,27 @@ name: try-jupyter channels: - conda-forge dependencies: -- python=3.10 +- python =3.11 - mamba - pydata-sphinx-theme - myst-parser - bqplot - ipycanvas >=0.9.1 - ipyleaflet -- ipympl>=0.8.2 -- ipywidgets>=8,<9 -- jupyterlab>=3.5.2,<4 +- ipympl >=0.8.2 +- ipywidgets >=8.1.1,<9 +- jupyterlab >=3.5.2,<4 - jupyterlab-language-pack-fr-FR - jupyterlab-language-pack-zh-CN -- jupyterlab-fasta>=3,<4 -- jupyterlab-geojson>=3,<4 +- jupyterlab-fasta >=3,<4 +- jupyterlab-geojson >=3,<4 - jupyterlab-tour - jupyterlab-night -- jupyterlite-core=0.1.2 -- jupyterlite-pyodide-kernel=0.1.1 -- jupyterlite-sphinx>=0.9.1,<0.10 -- plotly>=5,<6 +- jupyterlite-core =0.1.2 +- jupyterlite-pyodide-kernel =0.1.2 +- jupyterlite-sphinx >=0.9.1,<0.10 +- pip +- plotly >=5,<6 - pip: - jupyterlite-xeus-sqlite==0.2.1 - jupyterlab-open-url-parameter