From 8fe57b46493b1821d9e15340f85a9752c0860d3c Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 25 Feb 2020 14:27:35 +0100 Subject: [PATCH] Remove unused depenencies. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a57bc42..4dedad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,9 @@ authors = ["Anders Olsson "] edition = "2018" [dependencies] -blas = "0.20" cblas = "0.2" derivative = "1.0" expm = "0.1" -lapack = "0.16" lapacke = "0.2" ndarray = "0.13" ndarray-linalg = { version = "0.12" }