From 49c138fddd3561c893592a75b211ff6ad949e859 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Sat, 12 Aug 2023 17:26:46 +0100 Subject: [PATCH] add compat entry for ChainRules --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1fd3be10..cbb64150 100644 --- a/Project.toml +++ b/Project.toml @@ -40,6 +40,7 @@ BijectorsZygoteExt = "Zygote" [compat] ArgCheck = "1, 2" +ChainRules = "1" ChainRulesCore = "0.10.11, 1" ChangesOfVariables = "0.1" Compat = "3, 4"