From 4caa9f2e4e53821dc4dae7eb53b6bdd4c1d1da4d Mon Sep 17 00:00:00 2001 From: Matt Bossart Date: Tue, 21 May 2024 18:20:42 -0400 Subject: [PATCH] bump klu --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 43096476..2ce84e92 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerNetworkMatrices" uuid = "bed98974-b02a-5e2f-9fe0-a103f5c450dd" authors = ["Jose Daniel Lara", "Alessandro Francesco Castelli", "Sourabh Dalvi"] -version = "0.10.2" +version = "0.10.3" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" @@ -20,7 +20,7 @@ HDF5 = "0.17" InfrastructureSystems = "^1.20" LinearAlgebra = "1" MKL = "0.6" -KLU = "^0.5" +KLU = "^0.6" Pardiso = "^0.5.5" PowerSystems = "3" SparseArrays = "1"