From e964eaf14f22554ddf70e98e31466c228cc32727 Mon Sep 17 00:00:00 2001 From: Winter Lau <45165192+winter-lau@users.noreply.github.com> Date: Tue, 19 May 2026 22:01:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(deps):=20bump=20ndarray=200.15=E2=86=920.17?= =?UTF-8?q?=20and=20ndarray-npy=200.8=E2=86=920.10=20(closes=20#626)=20(#6?= =?UTF-8?q?27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/Cargo.toml b/v2/Cargo.toml index b5174269..c7ebf97b 100644 --- a/v2/Cargo.toml +++ b/v2/Cargo.toml @@ -63,7 +63,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } # Signal processing -ndarray = { version = "0.15", features = ["serde"] } +ndarray = { version = "0.17", features = ["serde"] } ndarray-linalg = { version = "0.18", features = ["openblas-static"] } rustfft = "6.1" num-complex = "0.4" @@ -105,7 +105,7 @@ pcap = "1.1" petgraph = "0.6" # Data loading -ndarray-npy = "0.8" +ndarray-npy = "0.10" walkdir = "2.4" # Hashing (for proof)