From 79565233a943db4b11c0c226641abd5825a9cf7c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 19 Apr 2025 01:03:42 +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 5b11776e..c37ffa53 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ ADTypes = "1.9.0" ChainRulesCore = "1.25.0" DifferentiationInterface = "0.6.1" ForwardDiff = "0.10.36, 1" -Krylov = "0.9.6" +Krylov = "0.9.6, 0.10" LinearAlgebra = "1.10" LinearOperators = "2.8.0" Zygote = "0.7.4"