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 @@ wasm-bindgen = "0.2.63"
console_error_panic_hook = "0.1.6"
wee_alloc = "0.4.5"
sbp = { path = "../sbp", features = ["f32", "fast-float"] }
ndarray = "0.13.1"
ndarray = "0.14.0"
euler = { path = "../euler" }
maxwell = { path = "../maxwell" }
shallow-water = { path = "../shallow_water" }