From 045dd6dd34795aeb1166e3b5cfbba128da0ee522 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Nov 2024 00:21:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Functors to 0.5 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 9a678758..8f22b7e1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ Distributions = "0.25.111" DistributionsAD = "0.6.45" FillArrays = "1.6.1" ForwardDiff = "0.10.36" -Functors = "0.4.5" +Functors = "0.4.5, 0.5" LinearAlgebra = "1" LogDensityProblems = "2.1.1" Optimisers = "0.2.16, 0.3"