mirror of
https://github.com/georust/netcdf.git
synced 2025-12-08 19:25:14 +00:00
Bump upper bound of ndarray
This commit is contained in:
parent
6dc3e9bf61
commit
9b69ecc5f9
@ -11,4 +11,4 @@ mpi = ["dep:mpi", "netcdf/mpi", "dep:mpi-sys"]
|
|||||||
netcdf = { workspace = true }
|
netcdf = { workspace = true }
|
||||||
mpi = { version = "0.7.0", optional = true }
|
mpi = { version = "0.7.0", optional = true }
|
||||||
mpi-sys = { workspace = true, optional = true }
|
mpi-sys = { workspace = true, optional = true }
|
||||||
ndarray = ">=0.15,<=0.16"
|
ndarray = ">=0.15,<=0.17"
|
||||||
|
|||||||
@ -24,7 +24,7 @@ mpi = ["dep:mpi-sys", "netcdf-sys/mpi"]
|
|||||||
ndarray = ["dep:ndarray"]
|
ndarray = ["dep:ndarray"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ndarray = { version = ">=0.15,<=0.16", optional = true }
|
ndarray = { version = ">=0.15,<=0.17", optional = true }
|
||||||
netcdf-sys = { workspace = true }
|
netcdf-sys = { workspace = true }
|
||||||
netcdf-derive = { workspace = true, optional = true }
|
netcdf-derive = { workspace = true, optional = true }
|
||||||
bitflags = "2.4.2"
|
bitflags = "2.4.2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user