From 3643043d79aff56df6f7ff0bcd479055fc5572ea Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:24:51 +0200 Subject: [PATCH] chore: bump compat for KrylovKit to v0.10.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7e8f4f0..d9fd8b2 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ForwardDiff = "0.10.36, 1" JET = "0.9, 0.10" JuliaFormatter = "2.1.2" Krylov = "0.9.6, 0.10" -KrylovKit = "0.9.5" +KrylovKit = "0.10.0" LinearAlgebra = "1" NLsolve = "4.5.1" Optim = "1.12.0"