From d7bf36949aaf4da954644b3531cbf3670b5b1013 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 14 Sep 2022 01:07:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for KLU at version 0.4, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6134debc..eae30482 100644 --- a/Project.toml +++ b/Project.toml @@ -20,9 +20,10 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] ChainRulesCore = "1" +KLU = "0.4" MacroTools = "0.5" Preferences = "1" -SpecialFunctions = "2" SSGraphBLAS_jll = "7.2" +SpecialFunctions = "2" StorageOrders = "0.2" julia = "1.6"