Skip to content

Commit

Permalink
Reorder entries in Project.toml (#31)
Browse files Browse the repository at this point in the history
in order to be more compatible with julia's default ordering
  • Loading branch information
Expander authored Nov 11, 2024
1 parent a4d5310 commit 37f6933
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@ 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]
julia = "1.0"
ChainRulesCore = "1"
ChainRulesTestUtils = "1"
ForwardDiff = "0.10,0.11"
julia = "1.0"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"

[weakdeps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

[extensions]
PolyLogForwardDiffExt = "ForwardDiff"
PolyLogChainRulesExt = "ChainRulesCore"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit 37f6933

Please sign in to comment.