From 97f85d46b6f707cb581f0da109f8047160a4adb3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 1 Aug 2026 02:52:51 +0000 Subject: [PATCH] CompatHelper: bump compat for PropertyFunctions to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 44f89f80..c0aa61ea 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ LogarithmicNumbers = "1" MappedArrays = "0.4" NaNMath = "0.3, 1" PrettyPrinting = "0.3, 0.4" -PropertyFunctions = "0.2.2" +PropertyFunctions = "0.2.2, 0.3" Random = "1" Reexport = "1" SpecialFunctions = "2"