From 7387bed539350065d7da77fdb6af1e1a376274ff Mon Sep 17 00:00:00 2001 From: "user.email" Date: Thu, 11 May 2023 20:41:13 -0400 Subject: [PATCH] Re-order extensions and weakdeps as CompatHelper would --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index e57b6f2..c95e774 100644 --- a/Project.toml +++ b/Project.toml @@ -12,14 +12,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Requires = "ae029012-a4dd-5104-9daa-d747884805df" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" -[weakdeps] -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" -Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" - -[extensions] -QuaternionicForwardDiffExt = "ForwardDiff" -QuaternionicSymbolicsExt = "Symbolics" - [compat] ForwardDiff = "0.10" LaTeXStrings = "1" @@ -29,3 +21,11 @@ Requires = "1" StaticArrays = "1" Symbolics = "0.1, 1, 2, 3, 4, 5" julia = "1.6" + +[extensions] +QuaternionicForwardDiffExt = "ForwardDiff" +QuaternionicSymbolicsExt = "Symbolics" + +[weakdeps] +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"