diff --git a/Project.toml b/Project.toml index 00e27c59a0..502899e8fe 100644 --- a/Project.toml +++ b/Project.toml @@ -34,12 +34,6 @@ 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" @@ -52,7 +46,7 @@ Crayons = "4" DataFrames = "1" ExprTools = "0.1" GPUArrays = "9" -GPUCompiler = "0.24" +GPUCompiler = "0.24, 0.25" KernelAbstractions = "0.9.2" LLVM = "6" NVTX = "0.3.2" @@ -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"