From 317f93dfa0600b685166b56d1a5b15a05fd17909 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 00:04:34 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index db11ea4..b03da72 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ NormalizingFlowsCUDAExt = "CUDA" ADTypes = "1" Bijectors = "0.12.6, 0.13, 0.14, 0.15" CUDA = "5" -DifferentiationInterface = "0.6.42" +DifferentiationInterface = "0.6.42, 0.7" Distributions = "0.25" DocStringExtensions = "0.9" Optimisers = "0.2.16, 0.3, 0.4"