Skip to content

Commit

Permalink
chore(deps): Update polars requirement from 0.36.2 to 0.37.0 (#95)
Browse files Browse the repository at this point in the history
* chore(deps): Update polars requirement from 0.36.2 to 0.37.0

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.36.2...rs-0.36.2)

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

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

* chore: Update pyo3 and pyo3-polars

---------

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 Jan 30, 2024
1 parent 628d9f9 commit 944c540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ thiserror = "1.0.25"
time = { version = "0.3", features = ["serde", "serde-well-known", "serde-human-readable", "macros"] }
num = "0.4.0"
ndarray = "0.15.3"
polars = { version = "0.36.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.10.0"
pyo3 = { version = "0.20.0" }
polars = { version = "0.37.0", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.11.1"
pyo3 = { version = "0.20.2" }
tracing = "0.1"
csv = "1.1"
hdf5 = { version="0.8.1" }
Expand Down

0 comments on commit 944c540

Please sign in to comment.