Skip to content

Commit

Permalink
chore(deps): bump nix flakes and remove pyodide wheel loading hack (#…
Browse files Browse the repository at this point in the history
…10677)

Bump nix flakes and also try removing the pyarrow wheel hack
  • Loading branch information
cpcloud authored Jan 16, 2025
1 parent 4610b78 commit a720e68
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 26 deletions.
7 changes: 3 additions & 4 deletions docs/tutorials/browser/repl.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ penguins[^1] dataset loaded into the DuckDB backend!
from urllib.parse import urlencode
lines = """
%pip install numpy pandas tzdata duckdb
import micropip, pathlib, js, unix_timezones
await micropip.install(["https://storage.googleapis.com/ibis-wasm-wheels/pyarrow-18.1.0-cp312-cp312-pyodide_2024_0_wasm32.whl"])
%pip install numpy pandas tzdata duckdb pyarrow
import pathlib, js
penguins_csv_url = "https://storage.googleapis.com/ibis-tutorial-data/penguins.csv"
pathlib.Path("penguins.csv").write_text(await (await js.fetch(penguins_csv_url)).text())
del micropip, pathlib, js, penguins_csv_url, unix_timezones
del pathlib, js, penguins_csv_url
%clear
%pip install 'ibis-framework[duckdb]'
from ibis.interactive import *
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

8 changes: 4 additions & 4 deletions requirements-dev.txt

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

24 changes: 12 additions & 12 deletions uv.lock

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

0 comments on commit a720e68

Please sign in to comment.