From 5463a4479e98f48a43356503289f414e5fe7ed0a Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Fri, 22 Nov 2024 12:12:30 +0100 Subject: [PATCH] maint: upgrade ndarray crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa733e4..d751fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ version = "0.22" features = ["extension-module"] [dependencies.ndarray] -version = "0.15" +version = "0.16" default-features = false # do not include the default features, and optionally # cherry-pick individual features features = ["rayon"]