Skip to content

Commit

Permalink
Update to JupyterLite 0.6.0a0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jan 17, 2025
1 parent dffb813 commit bf25ce6
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 4,842 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.6.*` | `>=0.6,<0.7` | `>=4.4.0,<4.5` | `>=7.4.0,<7.5` | - |
| stable | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
| stable | `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` | - |
Expand All @@ -44,6 +45,7 @@ yet work in a full, `jupyter_server`-hosted client such as JupyterLab or Noteboo
| `>=0.4.*,<=0.4.6` | `0.26.*` | `3.12.*` | `3.1.58` |
| `>=0.4.7,<=0.5.0` | `0.27.*` | `3.12.*` | `3.1.58` |
| `>=0.5.0,<=0.6.0` | `0.27.*` | `3.12.*` | `3.1.58` |
| `>=0.6.0,<=0.7.0` | `0.27.*` | `3.12.*` | `3.1.58` |

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

Expand Down
10 changes: 5 additions & 5 deletions packages/pyodide-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.5.0",
"@jupyterlite/kernel": "^0.5.0",
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
"@jupyterlite/contents": "^0.6.0-alpha.0",
"@jupyterlite/kernel": "^0.6.0-alpha.0",
"@jupyterlite/pyodide-kernel": "^0.5.1",
"@jupyterlite/server": "^0.5.0"
"@jupyterlite/server": "^0.6.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "~4.3.3",
"@jupyterlab/builder": "~4.4.0-alpha.2",
"rimraf": "^5.0.1",
"typescript": "~5.2.2"
},
Expand Down
14 changes: 3 additions & 11 deletions packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,20 @@
"clean:py": "rimraf pypi src/_pypi.ts",
"docs": "typedoc src",
"prepublishOnly": "npm run build",
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.5.0",
"@jupyterlite/kernel": "^0.5.0",
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
"@jupyterlite/contents": "^0.6.0-alpha.0",
"@jupyterlite/kernel": "^0.6.0-alpha.0",
"coincident": "^1.2.3",
"comlink": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@jupyterlab/testutils": "~4.1.1",
"@types/jest": "^29.5.4",
"esbuild": "^0.19.2",
"jest": "^29.7.0",
"pyodide": "0.27.1",
"rimraf": "^5.0.1",
"ts-jest": "^26.3.0",
"typescript": "~5.2.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling >=1.4.0",
"jupyterlab >=4.3.3,<4.4.0a0",
"jupyterlab >=4.4.0a1,<4.5.0a0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"jupyterlite-core >=0.5.0,<0.6.0",
"jupyterlite-core >=0.6.0a0,<0.7.0",
"pkginfo"
]

Expand All @@ -59,7 +59,7 @@ jupyterlite-pyodide-kernel-pyodide = "jupyterlite_pyodide_kernel.addons.pyodide:
dev = [
"build",
"hatch",
"jupyterlab >=4.3.3,<4.4.0a0",
"jupyterlab >=4.4.0a1,<4.5.0a0",
]

lint = [
Expand Down
Loading

0 comments on commit bf25ce6

Please sign in to comment.