From 21516aab9d88ad0965cb26e6ef6e802e60a676b3 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Mon, 29 Jul 2024 06:18:34 +0000 Subject: [PATCH] build: bump ChainRulesCore compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d7a44eb0..e755802a 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ DataInterpolationsSymbolicsExt = "Symbolics" [compat] Aqua = "0.8" -ChainRulesCore = "1.18" +ChainRulesCore = "1.24" FindFirstFunctions = "1.1" FiniteDifferences = "0.12.31" ForwardDiff = "0.10.36"