Skip to content

Commit

Permalink
Update to JupyterLite 0.4.0 (#106)
Browse files Browse the repository at this point in the history
* Update to JupyterLite 0.4.0

* update pyodide matrix

---------

Co-authored-by: Nicholas Bollweg <[email protected]>
  • Loading branch information
jtpio and bollwyvl committed May 22, 2024
1 parent f14dbc2 commit 5e073ac
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 72 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

| status | `jupyterlite-pyodide-kernel` | `jupyterlite-core` | `jupyterlab` | `notebook` | `retrolab` |
| :----: | :--------------------------: | :----------------: | :------------: | :------------: | :----------: |
| pre | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
| stable | `0.3.*` | `>=0.3,<0.4` | `>=4.1.1,<4.2` | `>=7.1.0,<7.2` | - |
| stable | `0.2.*` | `>=0.2,<0.3` | `>=4.0.7,<4.1` | `>=7.0.5,<8` | - |
| stable | `0.1.*` | `>=0.1,<0.2` | `>=3.5,<3.6` | - | `>=0.3,<0.4` |
Expand All @@ -39,6 +40,7 @@ yet work in a full, `jupyter_server`-hosted client such as JupyterLab or Noteboo
| `>=0.1.2,<=0.2.1` | `0.24.*` | `3.10.*` | `3.1.45` |
| `>=0.2.2,<=0.2.3` | `0.25.*` | `3.11.*` | `3.1.46` |
| `>=0.3.*,<=0.4.0` | `0.25.*` | `3.11.*` | `3.1.46` |
| `>=0.4.*,<=0.5.0` | `0.25.*` | `3.11.*` | `3.1.46` |

Note that the Emscripten version is strict down to the bugfix version.

Expand Down
6 changes: 3 additions & 3 deletions packages/pyodide-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.3.0",
"@jupyterlite/kernel": "^0.3.0",
"@jupyterlite/contents": "^0.4.0-alpha.0",
"@jupyterlite/kernel": "^0.4.0-alpha.0",
"@jupyterlite/pyodide-kernel": "^0.3.1",
"@jupyterlite/server": "^0.3.0"
"@jupyterlite/server": "^0.4.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "~4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.3.0",
"@jupyterlite/kernel": "^0.3.0",
"@jupyterlite/contents": "^0.4.0-alpha.0",
"@jupyterlite/kernel": "^0.4.0-alpha.0",
"comlink": "^4.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jupyterlite-core >=0.3.0,<0.4.0",
"jupyterlite-core >=0.4.0a0,<0.5.0",
"pkginfo"
]

Expand Down
Loading

0 comments on commit 5e073ac

Please sign in to comment.