From 21521129490348a4cb9c467d1156641b1a4f06a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 23 Jun 2024 16:08:41 +0000 Subject: [PATCH] CompatHelper: bump compat for TermInterface to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f5ae70ec..89eb44e05 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ StaticArrays = "1" SymbolicIndexingInterface = "0.3.0" SymbolicUtils = "1" Symbolics = "5" -TermInterface = "0.2, 0.3" +TermInterface = "0.2, 0.3, 2" julia = "1.10" [extras]