From 58ddf88eaab49ee65afbe04bfd7f61b8b802c476 Mon Sep 17 00:00:00 2001 From: "Jack Geraghty (jmg049)" Date: Thu, 22 Jan 2026 15:25:48 +0000 Subject: [PATCH] ndarray version bump Modifed the requirements for the `ndarray` crate. Added ``.*`` for the patch version. Allows use with the most up to date version of ``ndarray`` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 136dd2eb9..8c5244120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ nalgebra = { version = ">=0.30, <0.35", default-features = false, optional = tru num-complex = ">= 0.2, < 0.5" num-integer = "0.1" num-traits = "0.2" -ndarray = ">= 0.15, <=0.17" +ndarray = ">= 0.15, <=0.17.*" pyo3 = { version = "0.27.0", default-features = false, features = ["macros"] } rustc-hash = "2.0"