From 78ecfd6a69a9f3e4387995eaf46e5b8616efa8d1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 14:04:51 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit 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 2fbdd0bdf5..e188b36783 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ InteractiveUtils = "1" IntervalSets = "0.5, 0.6, 0.7" JET = "0.9" Krylov = "0.9, 0.10" -KrylovKit = "0.6, 0.7, 0.8" +KrylovKit = "0.6, 0.7, 0.8, 0.10" LazyBroadcast = "1" LinearAlgebra = "1" Logging = "1"