Skip to content

Commit 1c43edc

Browse files
Update ndarray requirement from =0.16.1 to =0.17.2
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@0.16.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54a35b8 commit 1c43edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ roots = "0.0.8"
100100

101101
# Least squares solver (NOTE: ndarray must be version 0.15 - not 0.16)
102102
# Bug report: https://github.com/argmin-rs/modcholesky/issues/34
103-
ndarray = { version = "=0.16.1", features = ["approx"] }
103+
ndarray = { version = "=0.17.2", features = ["approx"] }
104104
modcholesky = "0.2"
105105

106106
# jemallocator is an optional feature; it will only be loaded if the feature

0 commit comments

Comments
 (0)