From 5e62f8ee221891dc64444e2e595de378ea6846ae Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Dec 2025 00:24:27 +0000 Subject: [PATCH] CompatHelper: bump compat for CTParser to 0.8 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 e415fed9..8a6ee5ee 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -32,7 +32,7 @@ CTBase = "0.16" CTDirect = "0.17" CTFlows = "0.8" CTModels = "0.6" -CTParser = "0.7" +CTParser = "0.8" CommonSolve = "0.2" DataFrames = "1" DifferentiationInterface = "0.7"