From 96f5a9447929c8acd00f7121c305d74157dc364b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Nov 2024 00:14:24 +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 db48f5d8e8..f424c9dd60 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ ChainRulesCore = "1.10" Compat = "2.1, 3, 4" Dictionaries = "0.4" DocStringExtensions = "0.9.3" -Functors = "0.2, 0.3, 0.4" +Functors = "0.2, 0.3, 0.4, 0.5" HDF5 = "0.14, 0.15, 0.16, 0.17" IsApprox = "0.1, 1, 2" LinearAlgebra = "1.6"