Tyler.jl
Tyler.jl copied to clipboard
ImageMagick_jll dependancies causing issues
I updated packages and Tyler.jl broke due to this issue: https://github.com/JuliaIO/ImageMagick.jl/issues/209
To fix the issue I had to explicitly add:
add [email protected]
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.
Tyler is now using ImageIO.