From aa9616581cd644a6a68369d1114eceb770b2a6ab Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 01:50:18 +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 dce4615..42160a3 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ITensorMPS = "0.3" ITensors = "0.7, 0.8" Infinities = "0.1" IterTools = "1" -KrylovKit = "0.5, 0.6, 0.7, 0.8, 0.9" +KrylovKit = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10" OffsetArrays = "1" QuadGK = "2" SplitApplyCombine = "1.2.2"