From 8a05f12f3c303146ed50c3adf61fd03ceef53ace Mon Sep 17 00:00:00 2001 From: Songchen Tan Date: Fri, 31 May 2024 16:01:01 -0400 Subject: [PATCH] Fix precompilation issue and add compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f67c94241..6366106d6 100644 --- a/Project.toml +++ b/Project.toml @@ -107,6 +107,7 @@ StaticArraysCore = "1.4" Sundials = "4.23.1" SymbolicIndexingInterface = "0.3.15" Symbolics = "5.26" +TaylorDiff = "0.2.3" Test = "1.10" TimerOutputs = "0.5.23" Zygote = "0.6.69"