Skip to content

Commit

Permalink
Make Project.toml be in the canonical format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 10, 2023
1 parent bc1d832 commit 984fb28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"

[weakdeps]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"

[extensions]
DiffEqDevToolsExt = "DiffEqDevTools"

[compat]
ArrayAllocators = "0.3"
DiffEqBase = "6.122"
Expand Down Expand Up @@ -62,12 +68,6 @@ TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15"
ToeplitzMatrices = "0.7, 0.8"
julia = "1.6"

[weakdeps]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"

[extensions]
DiffEqDevToolsExt = "DiffEqDevTools"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down

0 comments on commit 984fb28

Please sign in to comment.