From ef91afc955e99a16732ed423c44f35f585d085bc Mon Sep 17 00:00:00 2001 From: Joey Carpinelli Date: Thu, 28 Dec 2023 09:28:46 -0500 Subject: [PATCH] Adding Symbolics.jl as a weakdep for SpecialFunctionsSymbolicsExt --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 6b128971..4279f746 100644 --- a/Project.toml +++ b/Project.toml @@ -11,9 +11,11 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e" [weakdeps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [extensions] SpecialFunctionsChainRulesCoreExt = "ChainRulesCore" +SpecialFunctionsSymbolicsExt = "Symbolics" [compat] ChainRulesCore = "0.9.44, 0.10, 1" @@ -22,6 +24,7 @@ IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.3.2" OpenLibm_jll = "0.7, 0.8" OpenSpecFun_jll = "0.5" +Symbolics = "5.13" julia = "1.3" [extras]