From 7641767bbb05227efa5f01b3d0ff090cd34925b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Sep 2026 00:57:22 +0000 Subject: [PATCH] CompatHelper: bump compat for CTModels to 0.19 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 f42ac387..6c28fe84 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.6, 0.19" DataFrames = "1" Documenter = "1" DocumenterInterLinks = "1"