From 0dd926ee2b5439183e24499f53f5da3cc25fc385 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 28 Jul 2024 01:13:08 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f4318ee..a6c46c4 100644 --- a/Project.toml +++ b/Project.toml @@ -23,9 +23,9 @@ TaylorDiffSFExt = ["SpecialFunctions"] ChainRules = "1" ChainRulesCore = "1" ChainRulesOverloadGeneration = "0.1" -SpecialFunctions = "2" NNlib = "0.9" -SymbolicUtils = "2" +SpecialFunctions = "2" +SymbolicUtils = "2, 3" Symbolics = "5.30.1" Zygote = "0.6.55" julia = "1.6"