From f0a791b46fb5a179c825ac7af31863ba1a12fd91 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jan 2025 00:52:10 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 7 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 40fcb16581..65399d3db9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,7 +26,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] BenchmarkTools = "1.3" BifurcationKit = "0.4" -DataInterpolations = "6.5" +DataInterpolations = "6.5, 7" Distributions = "0.25" Documenter = "1" DynamicQuantities = "^0.11.2, 0.12, 1"