From 0f4159dc7ba6423e1744f01d93ef3cd14823efd5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 03:00:36 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEq 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 5b476665a7..038849780a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,5 +13,5 @@ Documenter = "1" DocumenterCitations = "1" DocumenterMermaid = "0.2" Literate = "2" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "6, 7" Plots = "1"