From 808f44eaedee98cb2cfcd6511c81224238870693 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:31:29 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 994ad83b2..7195f57d9 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ DelimitedFiles = "1" DiffEqCallbacks = "4" FastPow = "0.1" FileIO = "1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" GPUArraysCore = "0.2" JSON = "0.21" KernelAbstractions = "0.9" From d0a8b205b709d30b156eb46518a08c7deba49403 Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Thu, 27 Mar 2025 01:32:49 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7195f57d9..6e6cde100 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ DelimitedFiles = "1" DiffEqCallbacks = "4" FastPow = "0.1" FileIO = "1" -ForwardDiff = "0.10, 1" +ForwardDiff = "1" GPUArraysCore = "0.2" JSON = "0.21" KernelAbstractions = "0.9"