From a2639d2558dbf589c837f2b98f1cd75d85831fe6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 24 Aug 2026 00:28:03 +0000 Subject: [PATCH] CompatHelper: bump compat for CTModels to 0.18 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..3a3b758b 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.18" DataFrames = "1" Documenter = "1" DocumenterInterLinks = "1"