Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit ea2d2db

Browse files
committed
Merge pull request #6 from JuliaGraphs/master
pull to master
2 parents c67b9f5 + c4f7aec commit ea2d2db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
julia 0.3
22
Compat 0.4
33
GZip 0.2
4-
Distributions 0.6.6
4+
StatsBase 0.6.15
55
DataStructures 0.3
66
LightXML 0.1.10
7-
Docile 0.5.3
7+
Docile 0.5.3

src/LightGraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module LightGraphs
22
using Compat
33
using GZip
44
using DataStructures
5-
using Distributions
5+
using StatsBase
66
using Base.Collections
77
if VERSION < v"0.4.0-dev" # until < 0.4 deprecated
88
using Docile

0 commit comments

Comments
 (0)