From 6fb4cb025afbdcf276ddccd6246d2e0dcbbe8269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:38:09 +0330 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.5 for package test, (keep existing compat) (#426) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index b6780d39..98b1a950 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ CUDA = "5" ComponentArrays = "0.15" ComputationalResources = "0.3" DataFrames = "1" -DifferentiationInterface = "0.1, 0.2, 0.3, 0.4" +DifferentiationInterface = "0.1, 0.2, 0.3, 0.4, 0.5" Distributions = "0.25" ForwardDiff = "0.10" JET = "0.8, 0.9"