We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2610246 commit 7e76a4cCopy full SHA for 7e76a4c
netcdf/Cargo.toml
@@ -24,7 +24,7 @@ mpi = ["dep:mpi-sys", "netcdf-sys/mpi"]
24
ndarray = ["dep:ndarray"]
25
26
[dependencies]
27
-ndarray = { version = "0.15", optional = true }
+ndarray = { version = ">=0.15,<=0.16", optional = true }
28
netcdf-sys = { workspace = true }
29
netcdf-derive = { workspace = true, optional = true }
30
bitflags = "2.4.2"
0 commit comments