Open gzagatti opened 1 year 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?
I have added the [compat]
section back. I had previously removed it while I was updating the packages and did not put it back.
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.
It bumps the Interpolation dependency to 0.14.
Adds
^
to all compatibilities as specified in the docs.