From be92afa5e8af2a398168b39324c0a6192c0d88ad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 16 Apr 2025 00:24:32 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1 for package ControlSystemsBase, (keep existing compat) --- lib/ControlSystemsBase/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ControlSystemsBase/Project.toml b/lib/ControlSystemsBase/Project.toml index 9403579a6..cfcfb223a 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.7.2" LinearAlgebra = "<0.0.1, 1" MacroTools = "0.5" @@ -51,8 +51,8 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" -GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e" GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" +GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e" ImplicitDifferentiation = "57b37032-215b-411a-8a7c-41a003a55207" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"