From ca33b45d5d5471f90ca4c4b2ce55f00db6adcb8b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 11 Feb 2026 00:51:24 +0000 Subject: [PATCH] CompatHelper: bump compat for CTBase to 0.17, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dbdab91..b1f17b0 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] -CTBase = "0.18" +CTBase = "0.17" DocStringExtensions = "0.9" ExaModels = "0.9.3" LinearAlgebra = "1"