From f6ff484939dd59e7236fb1d69c932ae0f97b3201 Mon Sep 17 00:00:00 2001 From: "Paulo J. S. Silva" Date: Sat, 28 Mar 2026 16:33:08 -0300 Subject: [PATCH] Allow to use 0.7.x version of DifferentiationInterface.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6ee306b..43e78bc 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b" [compat] ADTypes = "1.5.3" -DifferentiationInterface = "0.6.2" +DifferentiationInterface = "0.6.2,0.7" LinearAlgebra = "1.2" Printf = "1.2" ProximalCore = "0.1"