Skip to content

Commit

Permalink
deps: update polars to py-1.0.0!
Browse files Browse the repository at this point in the history
as py-polars is a python wrapper around rust-polars... so we get the latest innovations from the polars project (insofar as `sqlp`, `joinp` and `count`) are concerned...
  • Loading branch information
jqnatividad committed Jul 1, 2024
1 parent fa5c388 commit 41e71b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ calamine = { git = "https://github.com/tafia/calamine", rev = "6b41309" }
# use modernized version of local_encoding
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }
# use latest upstream version of polars with additional unreleased features/fixes
polars = { git = "https://github.com/pola-rs/polars", rev = "59d2529" }
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.0.0" }


[features]
Expand Down

0 comments on commit 41e71b2

Please sign in to comment.