Bump ndarray approx
This commit is contained in:
parent
5acd46af6d
commit
4c5c0305e4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue