From 6ce4062f9e04c104d94fe195e3af76e82648c6d9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Oct 2025 00:46:03 +0000 Subject: [PATCH] CompatHelper: bump compat for BFloat16s to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9d79b96d62..94022e836e 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ SpecialFunctionsExt = "SpecialFunctions" [compat] AbstractFFTs = "0.4, 0.5, 1.0" Adapt = "4" -BFloat16s = "0.2, 0.3, 0.4, 0.5" +BFloat16s = "0.2, 0.3, 0.4, 0.5, 0.6" CEnum = "0.2, 0.3, 0.4, 0.5" CUDA_Compiler_jll = "0.2" CUDA_Driver_jll = "13"