Bump ndarray
This commit is contained in:
@@ -5,8 +5,8 @@ authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ndarray = { version = "0.13.1", features = ["approx"] }
|
||||
approx = "0.3.2"
|
||||
ndarray = { version = "0.14.0", features = ["approx"] }
|
||||
approx = "0.4.0"
|
||||
packed_simd = { version = "0.3.3", package = "packed_simd_2" }
|
||||
rayon = { version = "1.3.0", optional = true }
|
||||
sprs = { version = "0.9.0", optional = true, default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user