From 9983eca0fff7eb758794d83aa9baa014544e71c3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Jan 2023 01:20:17 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3548bb7499..d5a8b1acf6 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ Setfield = "0.7, 0.8, 1" SimpleNonlinearSolve = "0.1.0" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" -SymbolicUtils = "0.19" +SymbolicUtils = "0.19, 1" Symbolics = "4.9" UnPack = "0.1, 1.0" Unitful = "1.1"