Skip to content

Commit 863db5d

Browse files
committed
Merge branch 'master' into travis
2 parents df15396 + 7befd7a commit 863db5d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Project.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2323
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
2424

2525
[compat]
26-
DataFrames = "0.21.0"
27-
DataStructures = "0.11.0"
28-
Discretizers = "3.0.1"
29-
Distributions = "≥ 0.15.0"
26+
DataFrames = "0.21"
27+
DataStructures = "0.11,0.12,0.13,0.14,0.15,0.16,0.17"
28+
Discretizers = "3.0"
29+
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23"
3030
IterTools = "1.3"
31-
LightGraphs = "≥ 1.0.0"
32-
LightXML = "0.8.0"
33-
NBInclude = "≥ 2.0.0"
34-
Parameters = "0.10.0"
35-
RDatasets = "0.5.0"
36-
Reexport = "0.2.0"
37-
SpecialFunctions = "0.8.0"
38-
StatsBase = "0.25.0"
39-
TikzGraphs = "≥ 1.0.0"
40-
julia = "≥ 1.1.0"
31+
LightGraphs = "1.0"
32+
LightXML = "0.8,0.9"
33+
NBInclude = "2.0"
34+
Parameters = "0.10,0.11,0.12"
35+
RDatasets = "0.5,0.6"
36+
Reexport = "0.2"
37+
SpecialFunctions = "0.8,0.9,0.10"
38+
StatsBase = "0.25,0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33"
39+
TikzGraphs = "1.1"
40+
julia = "1"
4141

4242
[extras]
4343
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)