Skip to content

Commit

Permalink
Update jupyterlite-pyodide-kernel (#43)
Browse files Browse the repository at this point in the history
* Update `jupyterlite-pyodide-kernel`

* add pip to environment.yml for RTD warning, update specs for readability

---------

Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com>
  • Loading branch information
jtpio and bollwyvl committed Sep 15, 2023
1 parent cc59174 commit 9933e89
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9933e89

Please sign in to comment.