From 2e273ddf31b1b796d3cfcd181ccb98deaa48466e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 27 Mar 2025 18:01:21 +0100 Subject: [PATCH] Fixing the mkl dependency hell. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd597eb4..44bc5412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ half = { version = "2.5.0", features = ["num-traits", "use-intrinsics", "rand_di hound = "3.5.1" image = { version = "0.25.2", default-features = false, features = ["jpeg", "png"] } imageproc = { version = "0.24.0", default-features = false } -intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } +intel-mkl-src = { version = "0.8.1" } libc = { version = "0.2.147" } log = "0.4" memmap2 = { version = "0.9.3", features = ["stable_deref_trait"] }