Bump ndarray approx

This commit is contained in:
Magnus Ulimoen 2022-07-19 20:33:50 +02:00
parent 5acd46af6d
commit 4c5c0305e4
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
edition = "2021"
[dependencies]
ndarray = { version = "0.15.4", features = ["approx"] }
ndarray = "0.15.4"
approx = "0.5.1"
sprs = { version = "0.11.0", optional = true, default-features = false }
serde = { version = "1.0.138", optional = true, default-features = false, features = ["derive"] }
@ -21,6 +21,7 @@ serde1 = ["dep:serde", "ndarray/serde"]
[dev-dependencies]
iai = "0.1.1"
ndarray = { version = "0.15.4", features = ["approx-0_5"] }
[[bench]]
name = "sbpoperators"