Remove a lot of dependecies

This commit is contained in:
2021-01-04 11:19:38 +01:00
parent fcccf88e6f
commit f03ac0903f

View File

@@ -6,14 +6,12 @@ edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
cblas = "0.2"
lapacke = "0.2" lapacke = "0.2"
ndarray = { version = "0.14", features = ["approx"] } ndarray = { version = "0.14", features = ["approx"] }
ordered-float = "1.0"
rand = "0.7"
rand_xoshiro = "0.4"
[dev-dependencies] [dev-dependencies]
approx = "0.4" approx = "0.4"
intel-mkl-src = "0.5" intel-mkl-src = "0.5"
rand = "0.7"
rand_xoshiro = "0.4"
time = "0.2" time = "0.2"