From 756cd6c32b52508e329a4d68338d856bc9ca1d4e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Mar 2025 01:22:37 +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 cedbcc9061..d212302733 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -29,6 +29,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] BenchmarkTools = "1.3" BifurcationKit = "0.4" +ControlSystemsBase = "1" DataInterpolations = "6.5" Distributions = "0.25" Documenter = "1"