From 8aa777b1e5edfd4088c6dcede555888c77795efd Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 10 Dec 2023 05:54:04 -0500 Subject: [PATCH] Allow MKL_jll v2024 This is what's causing https://github.com/SciML/NonlinearSolve.jl/issues/316. There must be a better way than versioning this every year? --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e53ebb6..0fbead1 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractFFTs = "1.5" FFTW_jll = "3.3.9" -MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023" +MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023, 2024" Preferences = "1.2" Reexport = "0.2, 1.0" julia = "1.6"