Skip to content

Commit

Permalink
chore: update jupyterlite and explicitly list Pyodide kernel (#833)
Browse files Browse the repository at this point in the history
chore: update `jupyterlite`

Also adds `jupyterlite-pyodide-kernel`
so that the kernel is recognized
  • Loading branch information
peter-gy authored Apr 4, 2024
1 parent fa63853 commit fb14b58
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 14 deletions.
49 changes: 36 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ pytest-cov = "^4.1.0"
optional = true

[tool.poetry.group.web.dependencies]
jupyterlite = ">=0.2.0,<0.3.0"
jupyterlite = ">=0.3.0,<0.4.0"
jupyterlite-pyodide-kernel = "^0.3.1"
libarchive-c = ">=4,<6"
pyyaml = "^6.0.1"

Expand Down

0 comments on commit fb14b58

Please sign in to comment.