From 68f17b72622a5c991380309f7e759267a99878f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 May 2024 00:10:19 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 72f1163..3141598 100644 --- a/Project.toml +++ b/Project.toml @@ -68,7 +68,7 @@ SpecialFunctions = "1, 2" Static = "0.5, 0.6" StatsBase = "0.33" StatsFuns = "0.9, 1" -SymbolicUtils = "0.17, 0.18, 0.19" +SymbolicUtils = "0.17, 0.18, 0.19, 2" TransformVariables = "0.5, 0.6" TupleVectors = "0.1, 0.2" julia = "1.6"