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"] }