From c6cb4ebfa22c496aab16a33f098016ccc0012ce3 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez <40864154+Deduction42@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:46:30 -0600 Subject: [PATCH 1/2] Fix FlexUnits version formatting in Project.toml --- lib/DiffEqBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DiffEqBase/Project.toml b/lib/DiffEqBase/Project.toml index e07814ef44..5ac9d9444b 100644 --- a/lib/DiffEqBase/Project.toml +++ b/lib/DiffEqBase/Project.toml @@ -86,7 +86,7 @@ Enzyme = "0.13.100" FastBroadcast = "1.3" FastClosures = "0.3.2" FastPower = "1.1.2" -FlexUnits = "0.5" +FlexUnits = "0.5, ForwardDiff = "0.10, 1" FunctionWrappers = "1.1.3" FunctionWrappersWrappers = "1" From 8622c260b7057b0ad3f4eb44c97a26b33dfaf4a1 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez <40864154+Deduction42@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:47:59 -0600 Subject: [PATCH 2/2] Update FlexUnits version in Project.toml --- lib/DiffEqBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DiffEqBase/Project.toml b/lib/DiffEqBase/Project.toml index 5ac9d9444b..ff66e7816a 100644 --- a/lib/DiffEqBase/Project.toml +++ b/lib/DiffEqBase/Project.toml @@ -86,7 +86,7 @@ Enzyme = "0.13.100" FastBroadcast = "1.3" FastClosures = "0.3.2" FastPower = "1.1.2" -FlexUnits = "0.5, +FlexUnits = "0.5,0.6" ForwardDiff = "0.10, 1" FunctionWrappers = "1.1.3" FunctionWrappersWrappers = "1"