From 37015f4be649ad6609b006f9dfcd23aba087d43d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 13 Oct 2024 01:20:58 +0000 Subject: [PATCH] CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1bc2384..d176706 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ TaylorDiffZygoteExt = ["Zygote"] [compat] ChainRules = "1" ChainRulesCore = "1" +MacroTools = "0.5" NNlib = "0.9" SpecialFunctions = "2" SymbolicUtils = "3"