Skip to content

Commit

Permalink
deps: bump to latest polars upstream that now support pyo3 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 13, 2024
1 parent 6c55d7b commit b1aa1bc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 46 deletions.
68 changes: 24 additions & 44 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
# 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=296b4d4
# QSV_POLARS_REV=84d317a
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.17.1" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "296b4d4" }
polars = { git = "https://github.com/pola-rs/polars", rev = "84d317a" }

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

0 comments on commit b1aa1bc

Please sign in to comment.