From f03ac0903ff703c873fc216ed9ef56af07c65fc5 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Mon, 4 Jan 2021 11:19:38 +0100 Subject: [PATCH] Remove a lot of dependecies --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"