Skip to content

Commit

Permalink
deps: use latest polars upstream; remove deprecated decompress-fast
Browse files Browse the repository at this point in the history
… polars feature now that it uses zlib-rs by default

also update lock file
  • Loading branch information
jqnatividad committed Jan 9, 2025
1 parent e42af2b commit f4a3944
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 52 deletions.
92 changes: 44 additions & 48 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ polars = { version = "0.45", features = [
# "cloud",
"coalesce",
"cross_join",
"decompress-fast",
"decompress",
"dtype-categorical",
# "dtype-full",
"extract_jsonpath",
Expand Down Expand Up @@ -343,11 +343,11 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
# and the commit hash 52ea381)
# ================================
# QSV_POLARS_REV=py-1.19.0:52ea381
# QSV_POLARS_REV=py-1.19.0:2e0b3a3
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.19.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "52ea381" }
polars = { git = "https://github.com/pola-rs/polars", rev = "2e0b3a3" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.19.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "52ea381" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "2e0b3a3" }

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit f4a3944

Please sign in to comment.