From 86bdfe9aba9eb5567123fdeeb61569f512699ec6 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Tue, 26 Sep 2023 22:25:03 -0400 Subject: [PATCH] bump ImageCore compat (#20) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0548396..3c7fa97 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegisterCore" uuid = "67712758-55e7-5c3c-8e85-dda1d7758434" authors = ["Tim Holy "] -version = "0.2.4" +version = "0.2.5" [deps] CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24" @@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] CenterIndexedArrays = "0.2" -ImageCore = "0.8.1, 0.9" +ImageCore = "0.8.1, 0.9, 0.10" ImageFiltering = "0.5, 0.6, 0.7" Requires = "1" julia = "^1.1"