From d955c3bcb6fe927c35db9c945e37086a10e16b20 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Jan 2025 14:04:25 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit 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 067225b46e..651fb0c1cd 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ InteractiveUtils = "1" IntervalSets = "0.5, 0.6, 0.7" JET = "0.9" Krylov = "0.9" -KrylovKit = "0.6, 0.7, 0.8" +KrylovKit = "0.6, 0.7, 0.8, 0.9" LazyBroadcast = "1" LinearAlgebra = "1" Logging = "1"