From 92f9fd198f7ea1eccf1dc14407d8429c3765d2fa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Mar 2026 00:52:15 +0000 Subject: [PATCH] CompatHelper: bump compat for CTModels to 0.9 for package docs, (drop existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f42ac387..dfc8687a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,7 +19,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -CTModels = "0.6" +CTModels = "0.9" DataFrames = "1" Documenter = "1" DocumenterInterLinks = "1"