Bump ndarray

This commit is contained in:
2021-03-16 19:03:13 +01:00
parent f098981d3e
commit 550b43b4cd
8 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ hdf5 = "0.7.0"
rayon = "1.3.0"
indicatif = "0.15.0"
structopt = "0.3.14"
ndarray = { version = "0.13.1", features = ["serde"] }
ndarray = { version = "0.14.0", features = ["serde"] }
serde = { version = "1.0.115", features = ["derive"] }
json5 = "0.3.0"
indexmap = { version = "1.5.2", features = ["serde-1"] }