From 9ccc6bcd95f962a1e9af396f252c242003f92887 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez <40864154+Deduction42@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:40:05 -0600 Subject: [PATCH 1/2] Update FlexUnits dependency 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 d993e6eef3..c429940994 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" From 8ee2019a47b6864b720da9399a012a01ca88ec41 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez <40864154+Deduction42@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:43:56 -0600 Subject: [PATCH 2/2] Fix FlexUnits version format in Project.toml Made a correction to the argument formats --- 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 c429940994..470ef206b8 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", "0.6" +FlexUnits = "0.5, 0.6" ForwardDiff = "0.10, 1" FunctionWrappers = "1.1.3" FunctionWrappersWrappers = "1"