Skip to content

Commit

Permalink
Update ndarray requirement from 0.15.0 to 0.16.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@ndarray-rand-0.15.0...0.16.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stefan-k committed Sep 1, 2024
1 parent 58c747b commit df8d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
]

[dependencies]
ndarray = { version = "0.15.0", optional = true }
ndarray = { version = "0.16.1", optional = true }

[badges]
travis-ci = { repository = "argmin-rs/finitediff", branch = "master" }
Expand Down

0 comments on commit df8d4dd

Please sign in to comment.