From 46ad5957aa6db03dc625899e8d6b7e6a8ed50721 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Jan 2025 01:05:05 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit in [weakdeps] to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e873ffe16..8d80982c5 100644 --- a/Project.toml +++ b/Project.toml @@ -87,7 +87,7 @@ JET = "0.8.28, 0.9" KLU = "0.6" KernelAbstractions = "0.9.27" Krylov = "0.9" -KrylovKit = "0.8" +KrylovKit = "0.8, 0.9" KrylovPreconditioners = "0.3" LazyArrays = "1.8, 2" Libdl = "1.10"