From c8396c89f67b454efe6f4a423f969281eea1654a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Mar 2025 01:22:42 +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 cedbcc9061..01769cfefa 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -29,7 +29,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"