diff --git a/Project.toml b/Project.toml index 67fc110..08e4608 100644 --- a/Project.toml +++ b/Project.toml @@ -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"