From 2fc0ac815a7cc92b67883998b79da8fe785ee509 Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Wed, 31 Aug 2022 21:14:36 +0900 Subject: [PATCH] Drop lapack dependency --- lax/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lax/Cargo.toml b/lax/Cargo.toml index d62f2064..a36c34ab 100644 --- a/lax/Cargo.toml +++ b/lax/Cargo.toml @@ -32,7 +32,6 @@ intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"] thiserror = "1.0.24" cauchy = "0.4.0" num-traits = "0.2.14" -lapack = "0.18.0" lapack-sys = "0.14.0" [dependencies.intel-mkl-src]