From d986f2d7e2cb96d38ec9549b18f4e7e5842e6f61 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Apr 2023 00:38:29 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiffChainRules to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7a3e9c1..1acffe4 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" ChainRulesCore = "1.15.0" EzXML = "1.1.0" FMICore = "0.16.1" -ForwardDiffChainRules = "0.1.1" +ForwardDiffChainRules = "0.1.1, 0.2" SciMLSensitivity = "7.27.0" ZipFile = "0.10.0" julia = "1.6"