Skip to content

Commit

Permalink
chore(deps): Update polars and pyo3-polars to 0.38.1 and 0.12.0 respe…
Browse files Browse the repository at this point in the history
…ctively (#132)

Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@rs-0.37.0...rs-0.37.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Tomlinson <[email protected]>
  • Loading branch information
dependabot[bot] and jetuk authored Mar 11, 2024
1 parent 4c86c45 commit 624d811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ thiserror = "1.0.25"
num = "0.4.0"
float-cmp = "0.9.0"
ndarray = "0.15.3"
polars = { version = "0.37.0", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.11.1"
polars = { version = "0.38.1", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.12.0"
pyo3 = { version = "0.20.2", default-features = false }
pyo3-log = "0.9.0"
tracing = { version = "0.1", features = ["log"] }
Expand Down

0 comments on commit 624d811

Please sign in to comment.