From e5c4f4a5d344dd6abc86bd384463e4e7f2c55776 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Jan 2026 01:03:44 +0000 Subject: [PATCH] CompatHelper: bump compat for ExtendableSparse to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 81cb3a70..e5e0d509 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ Combinatorics = "0.7, 1" CompScienceMeshes = "0.10" Compat = "2, 3, 4" ConvolutionOperators = "0.4" -ExtendableSparse = "1.4" +ExtendableSparse = "1.4, 2" FFTW = "0.2.3, 1" FastGaussQuadrature = "0.3, 0.4, 0.5, 1" FillArrays = "0.11, 0.12, 0.13, 1"