From b9cc0671eb9c77732bde55e6f81b769ace611811 Mon Sep 17 00:00:00 2001 From: Nir Tzachar Date: Tue, 14 Jan 2025 13:59:13 +0200 Subject: [PATCH] fix: update ndarray version, closes #300 --- hdf5/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5/Cargo.toml b/hdf5/Cargo.toml index c8782b69..c80d51ea 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.17" parking_lot = "0.12" paste = "1.0" # internal