Skip to content

Commit a988c75

Browse files
authored
Add note and link to issue
1 parent 974bfbf commit a988c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ChainRules.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ function __init__()
5656
include("rulesets/packages/NaNMath.jl")
5757
end
5858

59+
# Note: drop SpecialFunctions dependency in next breaking release
60+
# https://github.com/JuliaDiff/ChainRules.jl/issues/319
5961
@require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
6062
if !isdefined(SpecialFunctions, :ChainRulesCore)
6163
include("rulesets/packages/SpecialFunctions.jl")

0 commit comments

Comments
 (0)