From 2899fc7a4a4cf350525fe6bf25257ea6eeafbe7a Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 8 Sep 2020 15:36:56 +0200 Subject: [PATCH] Remove unsued dependencies. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e4073d..f419383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,8 @@ edition = "2018" [dependencies] cblas = "0.2" derivative = "2.1" -expm = "0.1" lapacke = "0.2" ndarray = "0.13" -ndarray-linalg = { version = "0.12" } ordered-float = "1.0" rand = "0.7" rand_xoshiro = "0.4"