From 6cc4a7669afae6cc546b06e58c74ed6b19f73eb2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 25 Jul 2023 00:54:23 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArrayKit to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ba7add8..8dc8db0c 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ NamedGraphs = "0.1.11" Observers = "0.0.8" Requires = "1.3" SimpleTraits = "0.9" -SparseArrayKit = "0.2.1" +SparseArrayKit = "0.2.1, 0.3" SplitApplyCombine = "1.2" StaticArrays = "1.5.12" Suppressor = "0.2"