From 35a01ff97d9c0e57670e4aa969010a7e84c27e0b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Mar 2025 12:09:50 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 8 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 e6c6be7c7..75f8af500 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,7 +13,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] ControlSystemsBase = "1.1" DataFrames = "1.7" -DataInterpolations = "6.4, 7" +DataInterpolations = "6.4, 7, 8" DifferentialEquations = "7.6" Documenter = "1" IfElse = "0.1"