Skip to content

Commit

Permalink
revert back to original file and sort entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 11, 2024
1 parent cf578e8 commit 38ed419
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@ uuid = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
authors = ["Alexander Voigt <[email protected]>"]
version = "2.5.0"

[deps]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

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

[compat]
ChainRulesCore = "1"
ChainRulesTestUtils = "1"
ForwardDiff = "0.10,0.11"
julia = "1.0"

Expand All @@ -26,5 +14,13 @@ 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 38ed419

Please sign in to comment.