From a2dcb60544cde971ba13a8553902b7eb33ee24bb Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:05:12 +0100 Subject: [PATCH] Revert AbstractDiff compat to 0.5 (#126) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5aa9d16..75f3d5e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ImplicitDifferentiationStaticArraysExt = "StaticArrays" ImplicitDifferentiationZygoteExt = "Zygote" [compat] -AbstractDifferentiation = "0.5, 0.6" +AbstractDifferentiation = "0.5" ChainRulesCore = "1.14" ForwardDiff = "0.10" Krylov = "0.8, 0.9"