From a840cf5942155ca4e197c4d9a24ad9ed883ca2a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Nov 2024 00:20:44 +0000 Subject: [PATCH] CompatHelper: bump compat for Functors to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff3e9bc5..878f7b06 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ DocStringExtensions = "0.8, 0.9" Enzyme = "0.13" FillArrays = "1.3" ForwardDiff = "0.10" -Functors = "0.4" +Functors = "0.4, 0.5" LinearAlgebra = "1" LogDensityProblems = "2" Mooncake = "0.4"