From 18bfcc1a6caa824576316e773a11d4af61f9628e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 12 Aug 2024 00:22:01 +0000 Subject: [PATCH 1/2] 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" From 49402c85261a7409d625b493bea8cec7901c8328 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 21 Aug 2024 16:08:53 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2155bbaf79..27d1d4422d 100644 --- a/Project.toml +++ b/Project.toml @@ -66,7 +66,7 @@ SciMLBase = "2.46" Setfield = "1" StructuralIdentifiability = "0.5.8" Symbolics = "5.30.1, 6" -SymbolicUtils = "2.1.2" +SymbolicUtils = "2.1.2, 3.3.0" Unitful = "1.12.4" julia = "1.10"