From ffc7d5f6b418f531d4a67e43a39ebf4cd7a19c48 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 26 Aug 2026 04:01:52 -0400 Subject: [PATCH] Drop stale [compat] majors older than one year Keep remaining floors on the latest major. Extra majors whose first General-registry release is after 2025-08-26 are kept. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91942310..0d90afc1 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ ControlSystemsBase = "1.4" DataFrames = "1.7" DataInterpolations = "9.2" DiffEqBase = "7" -ForwardDiff = "0.10, 1" +ForwardDiff = "1" LinearAlgebra = "1.10" ModelingToolkit = "11.28" ModelingToolkitBase = "1.49"