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 bd290d2 commit 1fd2af5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ build-jupyterlite: build-ibis-for-pyodide
--debug \
--no-libarchive \
--config docs/jupyter_lite_config.json \
--apps repl \
--no-unused-shared-packages \
--output-dir docs/_output/jupyterlite
# jupyter lite build can copy from the nix store, and preserves the
# original write bit; without this the next run of this rule will result in
Expand Down
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 @@ -139,8 +139,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 1fd2af5

Please sign in to comment.