From 84a9bbc04b3e18e34aaa91bb20cde2de7113197e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 01:18:44 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e5cf6521..0aaabcff 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ MacroTools = "0.4, 0.5" Optim = "0.19, 1" PrecompileTools = "1" Reexport = "1" -SymbolicUtils = "0.19, ^1.0.5, 2, 3" +SymbolicUtils = "0.19, ^1.0.5, 2, 3, 4" Zygote = "0.7" julia = "1.10"