diff --git a/Cargo.toml b/Cargo.toml index 388d20c..20851de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,14 +6,12 @@ edition = "2018" license = "MIT OR Apache-2.0" [dependencies] -cblas = "0.2" lapacke = "0.2" ndarray = { version = "0.14", features = ["approx"] } -ordered-float = "1.0" -rand = "0.7" -rand_xoshiro = "0.4" [dev-dependencies] approx = "0.4" intel-mkl-src = "0.5" +rand = "0.7" +rand_xoshiro = "0.4" time = "0.2"