From 65ac3b7581df2a91d6429f426a385e8486aa3de6 Mon Sep 17 00:00:00 2001 From: Christof Stocker Date: Sat, 18 Aug 2018 11:08:07 +0200 Subject: [PATCH] drop compat (#29) --- REQUIRE | 3 +-- src/ImageAxes.jl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/REQUIRE b/REQUIRE index 207ddc9..75a0c96 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,9 +1,8 @@ julia 0.7 ImageCore 0.2 -AxisArrays +AxisArrays 0.3 MappedArrays SimpleTraits Reexport Colors FixedPointNumbers 0.3.0 -Compat 0.17 diff --git a/src/ImageAxes.jl b/src/ImageAxes.jl index e47561a..8e13bc2 100644 --- a/src/ImageAxes.jl +++ b/src/ImageAxes.jl @@ -2,7 +2,6 @@ module ImageAxes using Base: @pure, tail using Reexport, Colors, SimpleTraits, MappedArrays -using Compat # maybe return to "@reexport AxisArrays" if AxisArrays is fixed