Skip to content

Commit

Permalink
deps: bump to latest polars upstream, which now allows us to use th…
Browse files Browse the repository at this point in the history
…e latest pyo3 version
  • Loading branch information
jqnatividad committed Nov 7, 2024
1 parent 9891d61 commit fe0cc9c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 68 deletions.
96 changes: 32 additions & 64 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ polars = { version = "0.44.2", features = [
"timezones",
], optional = true }
publicsuffix = { version = "2.2", optional = true }
pyo3 = { version = "0.21", features = [
pyo3 = { version = "0.22", features = [
"auto-initialize",
"gil-refs",
], optional = true }
Expand Down Expand Up @@ -317,10 +317,9 @@ strum_macros = { git = "https://github.com/jqnatividad/strum", branch = "bump-ph
# BUILD NOTE: Be sure to set QSV_POLARS_REV below to the latest commit short hash or tag
# of polars/py-polars before building qsv. This allows us to show the polars rev/tag in --version.
# if we are using a release version of Rust Polars, leave QSV_POLARS_REV empty
# QSV_POLARS_REV=047e578
# QSV_POLARS_REV=9c08893
# polars = { git = "https://github.com/pola-rs/polars", tag = "rs-0.42.2" }
polars = { git = "https://github.com/pola-rs/polars", rev = "047e578" }

polars = { git = "https://github.com/pola-rs/polars", rev = "9c08893" }
[features]
default = ["mimalloc"]
distrib_features = [
Expand Down

0 comments on commit fe0cc9c

Please sign in to comment.