Upgrade crates and fix clippy warnings

This commit is contained in:
2021-04-26 09:12:05 +02:00
parent 08e0342a22
commit c0846609e3
6 changed files with 178 additions and 176 deletions

View File

@@ -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"