From ae87c327f61f882adc349e85fb20d681c102a7da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:17:07 +0100 Subject: [PATCH] CompatHelper: add new compat entry for EnzymeCore in [weakdeps] at version 0.8 for package DifferentiationInterface, (keep existing compat) (#657) * CompatHelper: add new compat entry for EnzymeCore in [weakdeps] at version 0.8 for package DifferentiationInterface, (keep existing compat) * Higher min version --------- Co-authored-by: CompatHelper Julia Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> --- DifferentiationInterface/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index cee63e3b5..4a4026652 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -51,6 +51,7 @@ ChainRulesCore = "1.23.0" DiffResults = "1.1.0" Diffractor = "=0.2.6" Enzyme = "0.13.17" +EnzymeCore = "0.8.8" ExplicitImports = "1.10.1" FastDifferentiation = "0.4.1" FiniteDiff = "2.23.1"