simonschoelly / KittyTerminalImages.jl

A package that allows Julia to display images in the kitty terminal editor
MIT License
97 stars 7 forks source link

Bump compat for "Interpolation" to "0.14" #18

Open gzagatti opened 1 year ago

gzagatti commented 1 year ago

It bumps the Interpolation dependency to 0.14.

Adds ^ to all compatibilities as specified in the docs.

simonschoelly commented 9 months ago

A general dependency update is definitely something that is needed here - I wonder though, in your PR you remove the [compat] section - is that done on purpose?

gzagatti commented 9 months ago

I have added the [compat] section back. I had previously removed it while I was updating the packages and did not put it back.

simonschoelly commented 2 months ago

The interpolations bump was done in #21 . I am not sure about the caret ^ specifier as have not seen its usage in other Julia projects. But maybe it is a good idea?

As a side note - I should add some test suite so that we can catch issues with dependencies.