From 3ba99bcc129e788cfeb6a1f8a632f15b68395df2 Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sun, 12 Jan 2025 09:29:49 -0500 Subject: [PATCH] relax libpng compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2d72cd06..a1a17e89 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ Graphene_jll = "1.10" Graphics = "1" JLLWrappers = "1.4.0" Libdl = "1.10" -libpng_jll = "<1.6.42" +libpng_jll = "1.6" Librsvg_jll = "2.54" Pango_jll = "<1.55" Preferences = "1"