From aca4284ddd1d742adcf3be8160b89c83d20d2ac6 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Mon, 14 Dec 2020 23:27:49 +0100 Subject: [PATCH] Update ndarray --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dad3f1a..4ff5f48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [dependencies] cblas = "0.2" lapacke = "0.2" -ndarray = "0.13" +ndarray = "0.14" ordered-float = "1.0" rand = "0.7" rand_xoshiro = "0.4"