We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46223c commit f07def8Copy full SHA for f07def8
Project.toml
@@ -33,7 +33,8 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
33
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
34
35
[extensions]
36
-ForwardDiffExt = ["ChainRulesCore", "ForwardDiff", "NNlib"]
+ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
37
+ForwardDiffNNlibExt = ["ForwardDiff", "NNlib"]
38
SpecialFunctionsExt = "SpecialFunctions"
39
40
[compat]
0 commit comments