From 8f3d8f0ade6a929751f351c522c7c90a38ffc3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:13:22 +0000 Subject: [PATCH] deps: update ndarray requirement from >=0.15.0, <0.17 to >=0.15.0, <0.18 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/ndarray-rand-0.15.0...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sprs-ldl/Cargo.toml | 2 +- sprs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sprs-ldl/Cargo.toml b/sprs-ldl/Cargo.toml index 21630619..1f02dd62 100644 --- a/sprs-ldl/Cargo.toml +++ b/sprs-ldl/Cargo.toml @@ -18,4 +18,4 @@ sprs_suitesparse_ldl = { version = "0.8.0", path = "../suitesparse_bindings/sprs sprs_suitesparse_camd = { version = "0.3.0", path = "../suitesparse_bindings/sprs_suitesparse_camd", optional = true } [dev-dependencies] -ndarray = ">=0.15.0, <0.17" +ndarray = ">=0.15.0, <0.18" diff --git a/sprs/Cargo.toml b/sprs/Cargo.toml index 20574f50..b45c40b3 100644 --- a/sprs/Cargo.toml +++ b/sprs/Cargo.toml @@ -21,7 +21,7 @@ multi_thread = ["dep:rayon", "dep:num_cpus"] [dependencies] num-traits = "0.2.0" -ndarray = ">=0.15.0, <0.17" +ndarray = ">=0.15.0, <0.18" alga = { version = "0.9.0", optional = true } num-complex = "0.4.0" serde = { version = "1.0.0", optional = true, features = ["derive"] }