Skip to content

Commit

Permalink
Bump ndarray from 0.15.4 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.4 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.4...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 Aug 14, 2024
1 parent 3e69588 commit 0907130
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
38 changes: 34 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 @@ -10,7 +10,7 @@ description = "Efficient spectral smoothing"
crate-type = ["cdylib"]

[dependencies]
ndarray = {version="0.15.4"}
ndarray = {version="0.16.1"}
numpy = "0.15"

[dependencies.pyo3]
Expand Down

0 comments on commit 0907130

Please sign in to comment.