MakieOrg / Tyler.jl

Makie package to plot maptiles from various map providers

Home Page:https://makieorg.github.io/Tyler.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageMagick_jll dependancies causing issues

alex-s-gardner opened this issue · comments

I updated packages and Tyler.jl broke due to this issue: JuliaIO/ImageMagick.jl#209

To fix the issue I had to explicitly add:

add ImageMagick_jll@6.9.12

removing ImageMagick dependency in the future in favor of ImageIO would probably be a good idea as it looks like there are plans to deprecate ImageMagick_jll

Maybe a stopgap solution until we switch to ImageIO would be to add ImageMagick_jll as an explicit dependency and to add a compat entry to exclude non working versions.