From 5bef633869897a1028c699dd19bc83e0fc8f7e19 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 11 Aug 2024 09:15:25 +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 e28a6868c..002d0f0a6 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ LinearAlgebra = "1.10" ModelingToolkit = "9.2" OrdinaryDiffEq = "6.72" SafeTestsets = "0.1" -Symbolics = "5.20" +Symbolics = "5.20, 6" Test = "1" julia = "1.10"