Fix clippy warnings.

This commit is contained in:
2020-09-08 15:32:29 +02:00
parent 5aaada0c05
commit a7cb6edbf3
11 changed files with 30 additions and 29 deletions

View File

@@ -14,9 +14,8 @@ ndarray-linalg = { version = "0.12" }
ordered-float = "1.0"
rand = "0.7"
rand_xoshiro = "0.4"
statrs = "0.12"
statrs = "0.13"
[dev-dependencies]
# openblas-src = { version = "0.8", features = ["static"] }
intel-mkl-src = "0.5"
openblas-src = { version = "0.10", features = ["system"] }
time = "0.2"