Skip to content

Commit

Permalink
Add ChainRulesCore as test dependency (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Sep 9, 2022
1 parent e590378 commit 8b448b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Reexport = "0.2, 1.0"
julia = "1"

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

[targets]
test = ["Combinatorics", "Test"]
test = ["ChainRulesCore", "Combinatorics", "Test"]

0 comments on commit 8b448b8

Please sign in to comment.