From 063ec6edfe35241786cd37e8ad50aeab43de1b92 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 01:06:35 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c3d97358..223f9814 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.12" +version = "0.13.13" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -64,7 +64,7 @@ GraphsFlows = "0.1.1" ITensors = "0.7, 0.8, 0.9" IsApprox = "0.1, 1, 2" IterTools = "1.4.0" -KrylovKit = "0.6, 0.7, 0.8, 0.9" +KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10" MacroTools = "0.5" NDTensors = "0.3, 0.4" NamedGraphs = "0.6.0"