Fixes, upgrade, and stuff

This commit is contained in:
2021-10-27 09:23:23 +02:00
parent 57b423df8a
commit 79a76b316b
9 changed files with 43 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ ndarray = { version = "0.15", features = ["approx", "blas"] }
[dev-dependencies]
approx = "0.4"
rand = "0.8"
time = "0.2"
blas-src = { version = "0.8", features = ["openblas"] }
openblas-src = { version = "0.10", features = ["cblas", "system"] }
rand = "0.8"
time = { version = "0.3", features = ["parsing", "macros"] }