From c4dd3bade0788cd2cfcfe5058855a9e734325925 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Mon, 20 Jan 2020 07:45:14 -0600 Subject: [PATCH] Support OffsetArrays 1.x (#864) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 398bcdcc..c7b947d2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Images" uuid = "916415d5-f1e6-5110-898d-aaa5f9f070e0" -version = "0.20.1" +version = "0.20.2" [deps] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" @@ -42,7 +42,7 @@ ImageShow = "0.1, 0.2" ImageTransformations = "0.4, 0.5, 0.6, 0.7, 0.8" IndirectArrays = "0.5" MappedArrays = "0.1, 0.2" -OffsetArrays = "0.8, 0.9, 0.10, 0.11" +OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1.0.1" Reexport = "0.2" StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12" StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"