Upgrade crates and fix clippy warnings
This commit is contained in:
@@ -6,8 +6,8 @@ edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
lapacke = "0.2"
|
||||
ndarray = { version = "0.14", features = ["approx"] }
|
||||
lapacke = "0.5"
|
||||
ndarray = { version = "0.15", features = ["approx"] }
|
||||
|
||||
[dev-dependencies]
|
||||
approx = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user