From 6e63dc363518862218ba218e2583a55df39f945a Mon Sep 17 00:00:00 2001 From: Alexander Sikorski Date: Mon, 6 Jan 2025 16:06:08 +0100 Subject: [PATCH] Bump compat constraint on Functors to 0.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 249f032ec..b6b218fc4 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Compat = "3.7, 4" CompositionsBase = "0.1" Distances = "0.10.9" FillArrays = "0.10, 0.11, 0.12, 0.13, 1" -Functors = "0.1, 0.2, 0.3, 0.4" +Functors = "0.1, 0.2, 0.3, 0.4, 0.5" IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.2.1, 0.3" Requires = "1.0.1"