Skip to content

Commit

Permalink
docs(jupyterlite): pin versions for pyodide compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 4, 2024
1 parent 360a1cf commit 82203c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ lonboard = { version = "0.9.3", python = ">=3.10,<3.13" }
jupyter-cache = { version = ">=1.0.0,<2", python = ">=3.10,<3.13" }
jupyterlab = { version = ">=4.1.6,<5", python = ">=3.10,<3.13" }
jupyterlab-night = { version = ">=0.4.6,<1", python = ">=3.10,<3.13" }
jupyterlite-core = { version = ">=0.3.0,<1", python = ">=3.10,<3.13" }
jupyterlite-pyodide-kernel = { version = ">=0.3.1,<1", python = ">=3.10,<3.13" }
jupyterlite-core = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" }
jupyterlite-pyodide-kernel = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" }

[tool.poetry.extras]
bigquery = [
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ jupyterlab-pygments==0.3.0 ; python_version >= "3.10" and python_version < "3.13
jupyterlab-server==2.27.3 ; python_version >= "3.10" and python_version < "3.13"
jupyterlab-widgets==3.0.11 ; python_version >= "3.10" and python_version < "3.13"
jupyterlab==4.2.4 ; python_version >= "3.10" and python_version < "3.13"
jupyterlite-core==0.4.0 ; python_version >= "3.10" and python_version < "3.13"
jupyterlite-pyodide-kernel==0.4.0 ; python_version >= "3.10" and python_version < "3.13"
jupyterlite-core==0.3.0 ; python_version >= "3.10" and python_version < "3.13"
jupyterlite-pyodide-kernel==0.3.2 ; python_version >= "3.10" and python_version < "3.13"
keyring==24.3.1 ; python_version >= "3.10" and python_version < "4.0"
kiwisolver==1.4.5 ; python_version >= "3.10" and python_version < "3.13"
locket==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 82203c9

Please sign in to comment.