Skip to content

Commit

Permalink
reorder parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 11, 2024
1 parent 0c9efe6 commit b1b76e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ uuid = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
authors = ["Alexander Voigt <[email protected]>"]
version = "2.5.0"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

[extensions]
PolyLogChainRulesExt = "ChainRulesCore"
PolyLogForwardDiffExt = "ForwardDiff"

[compat]
ChainRulesCore = "1"
ChainRulesTestUtils = "1"
Expand All @@ -15,13 +23,5 @@ DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

[extensions]
PolyLogChainRulesExt = "ChainRulesCore"
PolyLogForwardDiffExt = "ForwardDiff"

[targets]
test = ["Test", "DelimitedFiles", "ForwardDiff", "ChainRulesTestUtils"]

0 comments on commit b1b76e3

Please sign in to comment.