Skip to content

Commit bcc8f1a

Browse files
authored
Merge pull request #23 from iamed2/iterators-deprecation
Switch from Iterators.jl to IterTools.jl
2 parents 62cbaef + 962a81f commit bcc8f1a

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.17
33
Distances
4-
Iterators
4+
IterTools

src/Loess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Loess
44

55
using Compat
66

7-
import Iterators.product
7+
import IterTools.product
88
import Distances.euclidean
99

1010
export loess, predict

0 commit comments

Comments
 (0)