From 96db6ecf715024aa6b438f4c6869091b6d76ddef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 09:37:38 +0800 Subject: [PATCH] CompatHelper: bump compat for "Images" to "0.23" (#82) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8ac28b4..21b2c06 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" -Images = "0.18, 0.19, 0.20, 0.21, 0.22" +Images = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23" julia = "1" [extras]