From cc210c0630d950f95368d716460f1a1b48ef5033 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 16 Nov 2024 07:00:50 -0100 Subject: [PATCH] Allow SpecialFunctions v1.8 This allows naughty packages to still be used with us. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c00114789..77e347035 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Symbolics" uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7" authors = ["Shashi Gowda "] -version = "6.20.0" +version = "6.21.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -87,7 +87,7 @@ Reexport = "1" RuntimeGeneratedFunctions = "0.5.9" SciMLBase = "2" Setfield = "1" -SpecialFunctions = "2" +SpecialFunctions = "1.8, 2" StaticArraysCore = "1.4" SymPy = "2.2" SymbolicIndexingInterface = "0.3.14"