Skip to content

Commit 5958549

Browse files
committed
Switch from Iterators.jl to IterTools.jl
1 parent 85eda7c commit 5958549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.5
22
IntervalSets
3-
Iterators
3+
IterTools
44
RangeArrays
55
Compat 0.19

src/AxisArrays.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module AxisArrays
44

55
using Base: tail
66
using RangeArrays, IntervalSets
7-
using Iterators
7+
using IterTools
88
using Compat
99

1010
export AxisArray, Axis, axisnames, axisvalues, axisdim, axes, atindex, atvalue, flatten

0 commit comments

Comments
 (0)