From f66464e3746367f0fad280a895d076bd3049fdd9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 Dec 2022 00:55:18 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9564d81e8..55b71c144 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ GPUArraysCore = "0.1" IterativeSolvers = "0.9.2" KLU = "0.3.0" Krylov = "0.7.11, 0.8" -KrylovKit = "0.5" +KrylovKit = "0.5, 0.6" RecursiveFactorization = "0.2.8" Reexport = "1" SciMLBase = "1.32"