Skip to content

Commit

Permalink
chore(deps): Bump ndarray from 0.15.6 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.6 to 0.16.1.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@0.15.6...0.16.1)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b534a5a commit 403c1c1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
32 changes: 28 additions & 4 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 @@ -46,7 +46,7 @@ serde_json = "1.0"
thiserror = "1.0"
num = "0.4"
float-cmp = "0.10"
ndarray = "0.15"
ndarray = "0.16"
polars = { version = "0.44", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.18"
pyo3 = { version = "0.21", default-features = false }
Expand Down

0 comments on commit 403c1c1

Please sign in to comment.