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 e590378 commit 8b448b8Copy full SHA for 8b448b8
Project.toml
@@ -21,8 +21,9 @@ Reexport = "0.2, 1.0"
21
julia = "1"
22
23
[extras]
24
+ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
25
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
26
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
27
28
[targets]
-test = ["Combinatorics", "Test"]
29
+test = ["ChainRulesCore", "Combinatorics", "Test"]
0 commit comments