From 2ae08570ee3368974fb92a88319790b48c7c52c6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 21 Oct 2023 00:29:27 +0000 Subject: [PATCH] CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 00e27c59a0..7806da6669 100644 --- a/Project.toml +++ b/Project.toml @@ -34,17 +34,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249" -[weakdeps] -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" - -[extensions] -SpecialFunctionsExt = "SpecialFunctions" - [compat] AbstractFFTs = "0.4, 0.5, 1.0" Adapt = "3.3" BFloat16s = "0.2, 0.3, 0.4" -CEnum = "0.2, 0.3, 0.4" +CEnum = "0.2, 0.3, 0.4, 0.5" CUDA_Driver_jll = "0.6" CUDA_Runtime_Discovery = "0.2" CUDA_Runtime_jll = "0.9" @@ -66,5 +60,11 @@ SpecialFunctions = "1.3, 2" UnsafeAtomicsLLVM = "0.1" julia = "1.8" +[extensions] +SpecialFunctionsExt = "SpecialFunctions" + [extras] SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" + +[weakdeps] +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"