From f14f968f0ae225bf2c34dcd4452990f055198eca Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:34:00 +0200 Subject: [PATCH] chore: upper-bound Mooncake version (coherence with General) --- DifferentiationInterface/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index d4058e7ac..3e01e2c03 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -71,7 +71,7 @@ ForwardDiff = "0.10.36,1" GPUArraysCore = "0.2" GTPSA = "1.4.0" LinearAlgebra = "1" -Mooncake = "0.5.1" +Mooncake = "0.5.1 - 0.5.24" PolyesterForwardDiff = "0.1.2" ReverseDiff = "1.15.1" SparseArrays = "1"