Skip to content

Commit a720e68

Browse files
authored
chore(deps): bump nix flakes and remove pyodide wheel loading hack (#10677)
Bump nix flakes and also try removing the pyarrow wheel hack
1 parent 4610b78 commit a720e68

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

docs/tutorials/browser/repl.qmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ penguins[^1] dataset loaded into the DuckDB backend!
1616
from urllib.parse import urlencode
1717
1818
lines = """
19-
%pip install numpy pandas tzdata duckdb
20-
import micropip, pathlib, js, unix_timezones
21-
await micropip.install(["https://storage.googleapis.com/ibis-wasm-wheels/pyarrow-18.1.0-cp312-cp312-pyodide_2024_0_wasm32.whl"])
19+
%pip install numpy pandas tzdata duckdb pyarrow
20+
import pathlib, js
2221
penguins_csv_url = "https://storage.googleapis.com/ibis-tutorial-data/penguins.csv"
2322
pathlib.Path("penguins.csv").write_text(await (await js.fetch(penguins_csv_url)).text())
24-
del micropip, pathlib, js, penguins_csv_url, unix_timezones
23+
del pathlib, js, penguins_csv_url
2524
%clear
2625
%pip install 'ibis-framework[duckdb]'
2726
from ibis.interactive import *

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)