From 8d7c216e166e8df7e343fcf1540a95d7c0be137c Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Thu, 29 Jun 2023 18:56:43 +0200 Subject: [PATCH] update compat FastLapackInterface + GeneralizedSylversterSolver --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 39573a2..8fd3d22 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] julia = "1.6.3" Combinatorics = "1.0.2" -FastLapackInterface = "^1" -GeneralizedSylvesterSolver = "0.2.0" +FastLapackInterface = "2.0.0" +GeneralizedSylvesterSolver = "0.2.1" KroneckerTools = "0.2.0" \ No newline at end of file