From ebca64f1381accaf74f19469e1e664ca0728f449 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 11 Aug 2024 05:37:32 -0400 Subject: [PATCH 1/2] Allow Symbolics v6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 937fef52..dc289af3 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ Setfield = "1" SparseArrays = "<0.0.1, 1" StaticArrayInterface = "1.3" StaticArrays = "1" -Symbolics = "5.5" +Symbolics = "5.5, 6" Tricks = "0.1.6" UnPack = "1" VertexSafeGraphs = "0.2" From eed8cc50178e8f6e4d05ae4519b07acbfb58a70a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 11 Aug 2024 05:37:50 -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 dc289af3..5f26e896 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = [ "Pankaj Mishra ", "Chris Rackauckas ", ] -version = "2.19.0" +version = "2.20.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"