From 6ee108281f6e400ba4c7891cd57a904ddb9a18a8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Nov 2024 00:20:58 +0000 Subject: [PATCH 1/2] 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 763e4d921a..55f8e665ef 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ CUDA = "4, 5" ChainRulesCore = "1.12" Compat = "4.10.0" Enzyme = "0.12, 0.13" -Functors = "0.4" +Functors = "0.4, 0.5" MLDataDevices = "1.4.2" MLUtils = "0.4" MPI = "0.20.19" From 8c1e2e9326a4f5d3647b342f5f915eef8ca333c8 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Sat, 9 Nov 2024 08:49:24 +0100 Subject: [PATCH 2/2] Update Project.toml Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 55f8e665ef..eaceaabb47 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ CUDA = "4, 5" ChainRulesCore = "1.12" Compat = "4.10.0" Enzyme = "0.12, 0.13" -Functors = "0.4, 0.5" +Functors = "0.5" MLDataDevices = "1.4.2" MLUtils = "0.4" MPI = "0.20.19"