From ece33b4fe706ef67e956bf675a92fe8e24455405 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 4 Feb 2025 00:13:43 +0000 Subject: [PATCH] CompatHelper: bump compat for ClusterManagers to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9755e82..81ddb8b 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ParallelProcessingToolsThreadPinningExt = "ThreadPinning" [compat] ArgCheck = "1, 2" -ClusterManagers = "0.4.6" +ClusterManagers = "0.4.6, 1" Distributed = "1" LinearAlgebra = "1" Logging = "1"