Skip to content

Commit

Permalink
docs(repl): bump duckdb pyodide wheel to 1.1.2 (#10423)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Nov 3, 2024
1 parent 0733705 commit 38ccb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ build-jupyterlite:
--debug \
--no-libarchive \
--piplite-wheels "dist/ibis_framework-${ibis_dev_version}-py3-none-any.whl" \
--piplite-wheels "https://duckdb.github.io/duckdb-pyodide/wheels/duckdb-1.1.0-cp311-cp311-emscripten_3_1_46_wasm32.whl" \
--piplite-wheels "https://duckdb.github.io/duckdb-pyodide/wheels/duckdb-1.1.2-cp311-cp311-emscripten_3_1_46_wasm32.whl" \
--apps repl \
--no-unused-shared-packages \
--output-dir docs/_output/jupyterlite
Expand Down

0 comments on commit 38ccb4d

Please sign in to comment.