From 405dddc2f5cc5de8927884e847a836f886157b36 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 14 Mar 2026 00:20:58 +0000 Subject: [PATCH] CompatHelper: bump compat for AdaptiveArrayPools 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 d33ecf07..dde28044 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] AbstractTrees = "0.4" -AdaptiveArrayPools = "0.1" +AdaptiveArrayPools = "0.1, 0.3" CoordinateConventions = "1" DataInterpolations = "7, 8" Dates = "1.11.0"