From 2f4c12e811928e7e14c4cc1998b773570455cda0 Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Sat, 22 Jun 2024 10:12:23 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9ca501b..df9c9f0 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Arpack = "0.3, 0.4, 0.5" BlockBandedMatrices = "0.12, 0.13" Distributions = "0.22, 0.23, 0.24, 0.25" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" -KrylovKit = "0.4, 0.5, 0.6, 0.8" +KrylovKit = "0.4, 0.5, 0.6, 0.7, 0.8" Roots = "0.8, 1, 2" julia = "1.6"