From 47757c23f96f9141ea90897aa550cc33f218b3fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 2 Aug 2024 00:43:11 +0000 Subject: [PATCH] CompatHelper: bump compat for Enzyme_jll to 0.0.141, (keep existing compat) --- Project.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index dea3bee183..4c7fb4b992 100644 --- a/Project.toml +++ b/Project.toml @@ -16,21 +16,11 @@ 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" EnzymeCore = "0.7.5" -Enzyme_jll = "0.0.126" +Enzyme_jll = "0.0.126, 0.0.141" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26" LLVM = "6.1, 7" ObjectFile = "0.4" @@ -39,7 +29,17 @@ 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"