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

Commit

Permalink
Merge pull request #6 from JuliaGraphs/master
Browse files Browse the repository at this point in the history
pull to master
  • Loading branch information
ZacCranko committed Jun 30, 2015
2 parents c67b9f5 + c4f7aec commit ea2d2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
julia 0.3
Compat 0.4
GZip 0.2
Distributions 0.6.6
StatsBase 0.6.15
DataStructures 0.3
LightXML 0.1.10
Docile 0.5.3
Docile 0.5.3
2 changes: 1 addition & 1 deletion src/LightGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module LightGraphs
using Compat
using GZip
using DataStructures
using Distributions
using StatsBase
using Base.Collections
if VERSION < v"0.4.0-dev" # until < 0.4 deprecated
using Docile
Expand Down

0 comments on commit ea2d2db

Please sign in to comment.