From 517f88605769f2608e7cf4b580eae0823acee7e9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 19 Apr 2025 01:12:29 +0000 Subject: [PATCH] CompatHelper: bump compat for Krylov to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2522f9e17..56ef7946e 100644 --- a/Project.toml +++ b/Project.toml @@ -87,7 +87,7 @@ InteractiveUtils = "1.10" IterativeSolvers = "0.9.3" JET = "0.8.28, 0.9" KernelAbstractions = "0.9.27" -Krylov = "0.9" +Krylov = "0.9, 0.10" KrylovKit = "0.8, 0.9" KrylovPreconditioners = "0.3" LazyArrays = "1.8, 2"