Skip to content

Commit f7b761d

Browse files
Update ndarray requirement from ^0.15.6 to ^0.16.1
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.15.6...0.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90149e8 commit f7b761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
approx = "^0.5.1"
17-
ndarray = "^0.15.6"
17+
ndarray = "^0.16.1"
1818
num-traits = "^0.2.19"
1919
pyo3 = { version = "^0.21.1", features = ["extension-module", "abi3-py38"], optional = true }
2020
numpy = { version = "^0.21.0", optional = true }

0 commit comments

Comments
 (0)