Skip to content

Commit 832ca7b

Browse files
sbrombergermbauman
authored andcommitted
Remove Iterators from REQUIRES (#82)
* Remote Iterators frrom REQUIRES No longer needed, and it fixes JuliaImages/ImageAxes.jl#18. * Update AxisArrays.jl * Completely remove Iterators
1 parent 56872b7 commit 832ca7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
julia 0.5
22
IntervalSets
3-
Iterators
43
RangeArrays
54
Compat 0.19

src/AxisArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ __precompile__()
33
module AxisArrays
44

55
using Base: tail
6-
using RangeArrays, Iterators, IntervalSets
6+
using RangeArrays, IntervalSets
77
using Compat
88

99
export AxisArray, Axis, axisnames, axisvalues, axisdim, axes, atindex

0 commit comments

Comments
 (0)