Skip to content

Commit 8b448b8

Browse files
authored
Add ChainRulesCore as test dependency (#116)
1 parent e590378 commit 8b448b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Reexport = "0.2, 1.0"
2121
julia = "1"
2222

2323
[extras]
24+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2425
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
2526
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2627

2728
[targets]
28-
test = ["Combinatorics", "Test"]
29+
test = ["ChainRulesCore", "Combinatorics", "Test"]

0 commit comments

Comments
 (0)