From 1356db4e3368749fde5cc6ca103ace7a65813fd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:06:16 -0400 Subject: [PATCH] CompatHelper: bump compat for KrylovKit to 0.8, (keep existing compat) (#86) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ef37d3b..8de0783 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ITensorMPS = "0.2.2" ITensors = "0.6.8" Infinities = "0.1" IterTools = "1" -KrylovKit = "0.5, 0.6, 0.7" +KrylovKit = "0.5, 0.6, 0.7, 0.8" OffsetArrays = "1" QuadGK = "2" SplitApplyCombine = "1.2.2"