Skip to content

Commit 84fe2fd

Browse files
iamed2tkelman
authored andcommitted
Switch from Iterators.jl to IterTools.jl (#51)
1 parent dca8530 commit 84fe2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.5
22
Compat 0.18.0
33
Polynomials
4-
Iterators
4+
IterTools

src/Combinatorics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __precompile__(true)
22

33
module Combinatorics
44

5-
using Compat, Polynomials, Iterators
5+
using Compat, Polynomials, IterTools
66

77
import Base: start, next, done, length, eltype
88

0 commit comments

Comments
 (0)