diff --git a/Project.toml b/Project.toml index 003f360e050..add3a3d2d69 100644 --- a/Project.toml +++ b/Project.toml @@ -16,16 +16,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -[weakdeps] -ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" - -[extensions] -EnzymeChainRulesCoreExt = "ChainRulesCore" -EnzymeSpecialFunctionsExt = "SpecialFunctions" -EnzymeStaticArraysExt = "StaticArrays" - [compat] CEnum = "0.4, 0.5" ChainRulesCore = "1" @@ -36,9 +26,20 @@ LLVM = "6.1, 7" ObjectFile = "0.4" Preferences = "1.4" SpecialFunctions = "1, 2" +StaticArrays = "1" julia = "1.6" +[extensions] +EnzymeChainRulesCoreExt = "ChainRulesCore" +EnzymeSpecialFunctionsExt = "SpecialFunctions" +EnzymeStaticArraysExt = "StaticArrays" + [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +[weakdeps] +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"