From 09a76a3890706f67b3fa5d915e4558a59ba9a54f Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Mon, 12 Aug 2024 08:41:36 +0200 Subject: [PATCH] Bump ndarray --- hdf5/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5/Cargo.toml b/hdf5/Cargo.toml index b6f0dbec..891cc8dd 100644 --- a/hdf5/Cargo.toml +++ b/hdf5/Cargo.toml @@ -45,7 +45,7 @@ lazy_static = "1.4" libc = { workspace = true } lzf-sys = { version = "0.1", optional = true } mpi-sys = { workspace = true, optional = true } -ndarray = "0.15" +ndarray = ">=0.15,<=0.16" paste = "1.0" # internal hdf5-derive = { workspace = true }