From 6a56306bb5052713bc5bf78cc045c065b2b9d817 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jan 2025 00:52:12 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ControlSystemsBase at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 40fcb16581..9f39af4dc8 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,6 +26,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] BenchmarkTools = "1.3" BifurcationKit = "0.4" +ControlSystemsBase = "1" DataInterpolations = "6.5" Distributions = "0.25" Documenter = "1"