From de4b19c2ad4d3baceaa799bcf12ef37d56310ec5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 11:03:19 +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 5cdb0db..f88edac 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ DiffEqBase = "6.151" Distributions = "v0.25.107" DocStringExtensions = "0.9.3" Flux = "0.14.16" -Functors = "0.4.11" +Functors = "0.4.11, 0.5" LinearAlgebra = "1.10" Random = "1.10" Reexport = "1.2.2"