Skip to content

Commit

Permalink
Switch from Iterators.jl to IterTools.jl (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored and tkelman committed Jun 24, 2017
1 parent dca8530 commit 84fe2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.5
Compat 0.18.0
Polynomials
Iterators
IterTools
2 changes: 1 addition & 1 deletion src/Combinatorics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __precompile__(true)

module Combinatorics

using Compat, Polynomials, Iterators
using Compat, Polynomials, IterTools

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

Expand Down

0 comments on commit 84fe2fd

Please sign in to comment.