From 6c10caa5f3cafd217b22f85be440f2f5a589fa42 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Sun, 30 Mar 2025 09:20:58 -0400 Subject: [PATCH 1/2] changed: bump `ForwardDiff` in `ControlSystemsBase` also --- lib/ControlSystemsBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ControlSystemsBase/Project.toml b/lib/ControlSystemsBase/Project.toml index 4b3562a31..c9e8becb7 100644 --- a/lib/ControlSystemsBase/Project.toml +++ b/lib/ControlSystemsBase/Project.toml @@ -30,7 +30,7 @@ ControlSystemsBaseImplicitDifferentiationExt = ["ImplicitDifferentiation", "Comp [compat] Aqua = "0.5" DSP = "0.6.1, 0.7, 0.8" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" ImplicitDifferentiation = "0.4.2" LinearAlgebra = "<0.0.1, 1" MacroTools = "0.5" From 9e00f30534b53b0a0f639e866ed7e024bd971054 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Sun, 30 Mar 2025 09:40:23 -0400 Subject: [PATCH 2/2] changed: bump `ForwardDiff` compat in `ControlSystems` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5113f05bc..b2051465b 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Aqua = "0.5" ControlSystemsBase = "1.3" DelayDiffEq = "5.31" DiffEqCallbacks = "2.16, 3, 4" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" Hungarian = "0.6, 0.7" OrdinaryDiffEq = "6.60" RecipesBase = "1"