From cc8469469e1f834be3b6df183b739b3972a6e75b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Jan 2023 00:10:53 +0000 Subject: [PATCH] CompatHelper: bump compat for Symbolics to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cd1e3a8676..5a3c3ca8aa 100644 --- a/Project.toml +++ b/Project.toml @@ -77,7 +77,7 @@ Setfield = "0.7, 0.8, 1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicUtils = "0.19" -Symbolics = "4.9" +Symbolics = "4.9, 5" UnPack = "0.1, 1.0" Unitful = "1.1" julia = "1.6"