From 8aa2c86d3fa5f9d8f57cf2174e41f27f191c65ec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 28 Jun 2026 04:11:11 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 9 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 c5a17ef65e..292a9ea293 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -52,7 +52,7 @@ BifurcationKit = "0.4.4" CairoMakie = "0.12, 0.13" Catalyst = "14.4" DataFrames = "1.6" -DataInterpolations = "7.2, 8" +DataInterpolations = "7.2, 8, 9" DiffEqBase = "6.159.0" Distributions = "0.25" Documenter = "1.4.1"