Skip to content

Commit

Permalink
deps: enable polars pivot and dtype-struct features
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 22, 2024
1 parent 9236074 commit 0a5f53f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,20 +177,22 @@ polars = { version = "0.45", features = [
"cross_join",
"decompress-fast",
# "dtype-full",
"dtype-struct",
"extract_jsonpath",
"ipc",
"json",
"lazy",
"object",
"parquet",
"performant",
# "pivot",
"pivot",
"semi_anti_join",
"serde-lazy",
"sql",
"streaming",
"timezones",
], optional = true }
polars-ops = { version = "0.45", optional = true }
publicsuffix = { version = "2.2", optional = true }
pyo3 = { version = "0.23", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.12"
Expand Down Expand Up @@ -336,6 +338,7 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
# QSV_POLARS_REV=5f791b4
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.17.1" }
polars = { git = "https://github.com/pola-rs/polars", rev = "5f791b4" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "5f791b4" }

[features]
default = ["mimalloc"]
Expand Down Expand Up @@ -388,7 +391,7 @@ geocode = [
"sled",
]
luau = ["mlua", "sanitize-filename"]
polars = ["dep:polars", "bytemuck"]
polars = ["dep:polars", "bytemuck", "dep:polars-ops"]
prompt = ["rfd"]
python = ["pyo3"]
to = ["csvs_convert"]
Expand Down

0 comments on commit 0a5f53f

Please sign in to comment.