From 0de61fb235993978e08accdf9ad290b6a10f8666 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Aug 2025 14:14:12 +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 d05cbf2..c2e0dc5 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] -ArnoldiMethod = "0.2" +ArnoldiMethod = "0.2, 0.4" Clustering = "0.14" Graphs = "1.4" julia = "1"