From c4e63b4c81f232ea03db3b33f34ef63e863e5021 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 27 Nov 2024 15:33:45 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2410ee1..f7261d1 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -BlockArrays = "0.16.43" +BlockArrays = "0.16.43, 1" ChainRulesCore = "1.25.0" DataStructures = "0.18.20" FastDifferentiation = "0.4.2"