From 2f6289cf4eabf5b6e0e260705b6f5c2689423917 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 24 Mar 2025 00:15:44 +0000 Subject: [PATCH] CompatHelper: bump compat for ClusterManagers to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f3bdee7..0f983dc 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ParallelProcessingToolsThreadPinningExt = "ThreadPinning" [compat] ArgCheck = "1, 2" -ClusterManagers = "0.4.6, 1" +ClusterManagers = "0.4.6, 1, 2" Distributed = "1" LinearAlgebra = "1" Logging = "1"