From 65422fd7ea08853fe96ff57d404ac38f0cf10fdf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 1 Sep 2026 00:38:33 +0000 Subject: [PATCH] CompatHelper: bump compat for CTModels to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7022e906c..52fb02f7d 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ CTBase = "0.30" CTDirect = "1" CTFlows = "0.18" CTLie = "0.2" -CTModels = "0.19" +CTModels = "0.19, 0.18" CTParser = "0.9" CTSolvers = "0.5" CUDA = "6"