From ba97b9cfc40274f64f887460adee8c1aac31dd6e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:04:26 +0000 Subject: [PATCH] CompatHelper: bump compat for MKL in [extras] to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d5eeb85..f670164 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ThreadPinning" uuid = "811555cd-349b-4f26-b7bc-1f208b848042" -authors = ["Carsten Bauer and contributors"] version = "1.0.2" +authors = ["Carsten Bauer and contributors"] [deps] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" @@ -27,7 +27,7 @@ DelimitedFiles = "1" Distributed = "1" Libdl = "1" LinearAlgebra = "1" -MKL = "0.4, 0.6" +MKL = "0.4, 0.6, 0.9" MPI = "0.20" MPIPreferences = "0.1" PrecompileTools = "1"