From 1af971fdbeb37a9154fa80599d5aefcc07405dcc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 24 Jun 2023 00:07:20 +0000 Subject: [PATCH] CompatHelper: bump compat for GeneralizedSylvesterSolver to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e97218a..064a16e 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] ChainRulesCore = "1" DifferenceEquations = "0.5.2" -GeneralizedSylvesterSolver = "0.1" +GeneralizedSylvesterSolver = "0.1, 0.2" LaTeXStrings = "1" Latexify = "0.15, 0.16" MacroTools = "0.5"