From 20fdd8c973be1ed1d2c42bfec125b4ea1816de20 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 15 Oct 2024 11:43:15 +0200 Subject: [PATCH] fix: looks like an issue between rust-numpy and ndarray on some versions combinations --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba1e094..26f1a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ num_threads = "0.1" version = "0.22" [dependencies.ndarray] -version = "0.15" +version = "0.15.6" default-features = false # do not include the default features, and optionally # cherry-pick individual features features = ["rayon"]