From 2399b43b9b4b2a7133178ef5e22aa2d57f1f3b1b Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:43:12 +0200 Subject: [PATCH] Bump DifferentiationInterface to v0.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 744eb5b..6ee306b 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,8 @@ ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b" [compat] ADTypes = "1.5.3" -DifferentiationInterface = "0.5.8" +DifferentiationInterface = "0.6.2" LinearAlgebra = "1.2" Printf = "1.2" ProximalCore = "0.1" -julia = "1.2" +julia = "1.6"