From f7b761de770b50ddfe2783356a478a50af9dd06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:20:26 +0000 Subject: [PATCH] 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](https://github.com/rust-ndarray/ndarray/compare/0.15.6...0.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 980c002..415669b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] approx = "^0.5.1" -ndarray = "^0.15.6" +ndarray = "^0.16.1" num-traits = "^0.2.19" pyo3 = { version = "^0.21.1", features = ["extension-module", "abi3-py38"], optional = true } numpy = { version = "^0.21.0", optional = true }