Skip to content

Commit

Permalink
deps: update polars to latest upstream
Browse files Browse the repository at this point in the history
also updated lock file for other dependencies
  • Loading branch information
jqnatividad committed Jan 24, 2025
1 parent a2ac8f5 commit 9fc44ec
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 74 deletions.
108 changes: 39 additions & 69 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ polars = { version = "0.45", features = [
# "cloud",
"coalesce",
"cross_join",
"csv",
"decompress",
"diagonal_concat",
"dtype-categorical",
# "dtype-full",
"extract_jsonpath",
Expand Down Expand Up @@ -343,11 +345,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.20.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.20.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "74dad84" }
polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.20.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "74dad84" }
# QSV_POLARS_REV=py-1.20.0:e98e09b
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.20.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.20.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }

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

0 comments on commit 9fc44ec

Please sign in to comment.