Skip to content

Commit

Permalink
Update ndarray requirement from 0.15 to 0.16
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 6e46848 commit f2aef4e
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 @@ -105,7 +105,7 @@ jemallocator = { version = "0.5", optional = true }
roots = "0.0.8"

# Least squares solver
ndarray = { version = "0.15", features = ["approx"] }
ndarray = { version = "0.16", features = ["approx"] }
modcholesky = "0.1"


Expand Down

0 comments on commit f2aef4e

Please sign in to comment.