From 5d864dffa278d5352b2561c69cff3fe97e2319df Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Dec 2023 01:04:45 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8d5b52fb..2ea74c4d 100644 --- a/Project.toml +++ b/Project.toml @@ -87,7 +87,7 @@ Optim = "1" OrderedCollections = "1" PrecompileTools = "1" ProgressMeter = "1" -RecursiveArrayTools = "2.31.1" +RecursiveArrayTools = "2.31.1, 3" Reexport = "1" SparseDiffTools = "2" StaticArrays = "1"