Bump upper bound of ndarray

This commit is contained in:
Magnus Ulimoen 2025-10-16 22:34:53 +02:00
parent 6dc3e9bf61
commit 9b69ecc5f9
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ mpi = ["dep:mpi", "netcdf/mpi", "dep:mpi-sys"]
netcdf = { workspace = true }
mpi = { version = "0.7.0", optional = true }
mpi-sys = { workspace = true, optional = true }
ndarray = ">=0.15,<=0.16"
ndarray = ">=0.15,<=0.17"

View File

@ -24,7 +24,7 @@ mpi = ["dep:mpi-sys", "netcdf-sys/mpi"]
ndarray = ["dep:ndarray"]
[dependencies]
ndarray = { version = ">=0.15,<=0.16", optional = true }
ndarray = { version = ">=0.15,<=0.17", optional = true }
netcdf-sys = { workspace = true }
netcdf-derive = { workspace = true, optional = true }
bitflags = "2.4.2"