Skip to content

Commit

Permalink
Bump compat for "Interpolation" to "0.14"
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jul 18, 2023
1 parent 418acb3 commit 10ff347
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Rsvg = "c4c386cf-5103-5370-be45-f3a111cca3b8"

[compat]
Cairo = "1.0.4"
CodecZlib = "0.7"
ImageCore = "0.8, 0.9"
Interpolations = "0.13.2"
PNGFiles = "0.3.7"
Requires = "1.0.3"
Rsvg = "1.0.0"
julia = "1.4"
Cairo = "^1.0.4"
CodecZlib = "^0.7"
ImageCore = "^0.8, ^0.9"
Interpolations = "^0.13.2,^0.14"
PNGFiles = "^0.3.7"
Requires = "^1.0.3"
Rsvg = "^1.0.0"
julia = "1.4"

0 comments on commit 10ff347

Please sign in to comment.