Skip to content

Commit b9cc067

Browse files
committed
fix: update ndarray version, closes #300
1 parent 43015dd commit b9cc067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy_static = "1.4"
4545
libc = { workspace = true }
4646
lzf-sys = { version = "0.1", optional = true }
4747
mpi-sys = { workspace = true, optional = true }
48-
ndarray = "0.15"
48+
ndarray = ">=0.15, < 0.17"
4949
parking_lot = "0.12"
5050
paste = "1.0"
5151
# internal

0 commit comments

Comments
 (0)