diff --git a/Project.toml b/Project.toml index 02636694ba..b84ba12996 100644 --- a/Project.toml +++ b/Project.toml @@ -16,26 +16,12 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -[weakdeps] -BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b" -ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" -LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" - -[extensions] -EnzymeBFloat16sExt = "BFloat16s" -EnzymeChainRulesCoreExt = "ChainRulesCore" -EnzymeLogExpFunctionsExt = "LogExpFunctions" -EnzymeSpecialFunctionsExt = "SpecialFunctions" -EnzymeStaticArraysExt = "StaticArrays" - [compat] BFloat16s = "0.2, 0.3, 0.4, 0.5" CEnum = "0.4, 0.5" ChainRulesCore = "1" EnzymeCore = "0.7.8" -Enzyme_jll = "0.0.146" +Enzyme_jll = "0.0.146, 0.0.148" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27" LLVM = "6.1, 7, 8, 9" LogExpFunctions = "0.3" @@ -45,9 +31,23 @@ SpecialFunctions = "1, 2" StaticArrays = "1" julia = "1.6" +[extensions] +EnzymeBFloat16sExt = "BFloat16s" +EnzymeChainRulesCoreExt = "ChainRulesCore" +EnzymeLogExpFunctionsExt = "LogExpFunctions" +EnzymeSpecialFunctionsExt = "SpecialFunctions" +EnzymeStaticArraysExt = "StaticArrays" + [extras] BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b" ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +[weakdeps] +BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b" +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"