From 3cc93f886ae7de1a66fafc140aab01ed721be393 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 12 Aug 2024 00:21:57 +0000 Subject: [PATCH] CompatHelper: bump compat for Symbolics to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f57db0db45..0f8477e69e 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ RuntimeGeneratedFunctions = "0.5.12" SciMLBase = "2.46" Setfield = "1" StructuralIdentifiability = "0.5.8" -Symbolics = "5.30.1" +Symbolics = "5.30.1, 6" Unitful = "1.12.4" julia = "1.10"