From 0b413d10e8ad3640dd3162eff59b99fb87f1b7a8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 May 2024 01:02:52 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.5 for package test, (keep existing compat) --- 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"