From e62d814e88a67ea58005802ee83632a68ef629ba Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Mon, 23 Mar 2026 15:05:31 +0100 Subject: [PATCH] Update compat bounds for 1.13 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b81df9b1f..df5e1c31f 100644 --- a/Project.toml +++ b/Project.toml @@ -56,9 +56,9 @@ GPUArrays = "11.3.1" GPUCompiler = "1" GPUToolbox = "0.1.0, 0.2, 0.3, 1" KernelAbstractions = "0.9.2" -LLD_jll = "15, 16, 17, 18, 19" +LLD_jll = "15, 16, 17, 18, 19, 20" LLVM = "9" -LLVM_jll = "15, 16, 17, 18, 19" +LLVM_jll = "15, 16, 17, 18, 19, 20" Preferences = "1" PrettyTables = "3" ROCmDeviceLibs_jll = "=5.6.1, =6.2.1"