From 1de7da55dc78b9ff9bccc71a555b86ebd508bd17 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Oct 2023 01:17:22 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractDifferentiation to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d9ae724..2f289cfb 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" [compat] -AbstractDifferentiation = "0.5" +AbstractDifferentiation = "0.5, 0.6" ChainRules = "1.44.6" ChainRulesCore = "1.15.3" Combinatorics = "1"