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 }