From 84c0bc263240557fabf4709a9897bb57af4fda00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:45:53 -0700 Subject: [PATCH] CompatHelper: add new compat entry for DataInterpolations at version 6, (keep existing compat) (#21) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6004d57..3e97fef 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] ArgParse = "1" BandedMatrices = "1" +DataInterpolations = "6" FiniteElementHermite = "0.2, 1" ForwardDiff = "0.10" JSON = "0.21"