From e335ba1708a6e357afaca4ca1adbff97c00e23b4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 12 Dec 2025 17:07:21 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff in [extras] to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 89dd78f9..9adfe01f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelingToolkitStandardLibrary" uuid = "16a59e39-deab-5bd0-87e4-056b12336739" -authors = ["Chris Rackauckas and Julia Computing"] version = "2.25.0" +authors = ["Chris Rackauckas and Julia Computing"] [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -20,7 +20,7 @@ ControlSystemsBase = "1.4" DataFrames = "1.7" DataInterpolations = "6" DiffEqBase = "6.152" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" IfElse = "0.1" LinearAlgebra = "1.10" ModelingToolkit = "10"