From 0e8a1ad5f5c11d8294cfc3ca14c91ccadd439c79 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 16:06:03 +0000 Subject: [PATCH] CompatHelper: bump compat for FastBroadcast to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f8e7162b8..c86176f21 100644 --- a/Project.toml +++ b/Project.toml @@ -66,7 +66,7 @@ CUDA = "5.2" ConcreteStructs = "0.2.3" DiffEqBase = "6.149.0" Enzyme = "0.12" -FastBroadcast = "0.2.8" +FastBroadcast = "0.2.8, 0.3" FastClosures = "0.3.2" FastLevenbergMarquardt = "0.1" FiniteDiff = "2.22"