Skip to content

Commit 49ac21a

Browse files
committed
less strict bounds
1 parent 1ca607c commit 49ac21a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 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"
26+
DataFrames = "0.21"
2727
DataStructures = "0.11,0.12,0.13,0.14,0.15,0.16,0.17"
28-
Discretizers = "3.0.1"
28+
Discretizers = "3.0"
2929
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23"
3030
IterTools = "1.3"
31-
LightGraphs = "1.0.0"
31+
LightGraphs = "1.0"
3232
LightXML = "0.8,0.9"
33-
NBInclude = "2.0.0"
33+
NBInclude = "2.0"
3434
Parameters = "0.10,0.11,0.12"
35-
RDatasets = "0.5.0"
36-
Reexport = "0.2.0"
35+
RDatasets = "0.5,0.6"
36+
Reexport = "0.2"
3737
SpecialFunctions = "0.8,0.9,0.10"
3838
StatsBase = "0.25,0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33"
39-
TikzGraphs = "1.0.0"
40-
julia = "1.1.0"
39+
TikzGraphs = "1.1"
40+
julia = "1"
4141

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

0 commit comments

Comments
 (0)