-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageMagick_jll dependancies causing issues #58
Comments
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. |
Merged
felixcremer
added a commit
to felixcremer/Tyler.jl
that referenced
this issue
Nov 3, 2023
Restrict ImageMagick_jll to 6.9.12. Fixes ImageMagick_jll dependancies causing issues MakieOrg#58
lazarusA
pushed a commit
that referenced
this issue
Nov 3, 2023
* Upgrade to Extents 0.1.2 * Explicitly restrict ImageMagick_jll Restrict ImageMagick_jll to 6.9.12. Fixes ImageMagick_jll dependancies causing issues #58 * Actually restrict ImageMagick_jll
Tyler is now using ImageIO. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated packages and Tyler.jl broke due to this issue: JuliaIO/ImageMagick.jl#209
To fix the issue I had to explicitly add:
removing
ImageMagick
dependency in the future in favor ofImageIO
would probably be a good idea as it looks like there are plans to deprecate ImageMagick_jllThe text was updated successfully, but these errors were encountered: