From e81cb9656b5d3a32c4ace5a7eaa64b16ba8e8f1f Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Thu, 9 Sep 2021 19:12:24 +0200 Subject: [PATCH] Add a compat entry to TaylorIntegration --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 71480cf81..d4e29cec2 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ RecursiveArrayTools = "2" Reexport = "0.2, 1.0" StaticArrays = "0.12,1.0" StructArrays = "0.4,0.5, 0.6" +TaylorIntegration = "0.8" TaylorSeries = "0.10, 0.11" Tullio = "0.3" UnPack = "1"