From 42fabf43abe75021fb77d98f2d8ed6fc25de96b6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Jun 2024 00:39:00 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f8c37ffe2..8cb5e58b72 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ DocStringExtensions = "0.9.3" Functors = "0.2, 0.3, 0.4" HDF5 = "0.14, 0.15, 0.16, 0.17" IsApprox = "0.1" -KrylovKit = "0.4.2, 0.5, 0.6, 0.7" +KrylovKit = "0.4.2, 0.5, 0.6, 0.7, 0.8" LinearAlgebra = "1.6" LinearMaps = "3" NDTensors = "0.3.0"