From 5a1c84b71d4c9ea04f6bfbfdfb4878bcadd09bd4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Sep 2024 13:52:24 +0000 Subject: [PATCH] CompatHelper: bump compat for ArnoldiMethod to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0e5e90..f0e1fce 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -ArnoldiMethod = "0.2" +ArnoldiMethod = "0.2, 0.4" Colors = "0.12" Compose = "0.9" Graphs = "1.4"