Skip to content

Commit

Permalink
be more permissive with dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed May 9, 2019
1 parent 84436e7 commit ae8aa5b
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@ Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CategoricalArrays = "0.5"
Colors = "0.9"
Compat = "2"
Compose = "0.7"
Contour = "0.5"
CoupledFields = "0.1"
DataStructures = "0.15"
Distributions = "0.18"
DocStringExtensions = "0.7"
Hexagons = "0.2"
IndirectArrays = "0.5"
IterTools = "1"
JSON = "0.20"
Juno = "0.7"
KernelDensity = "0.5"
Loess = "0.5"
Measures = "0.3"
Showoff = "0.2"
julia = "0.7, 1"
CategoricalArrays = ">=0.5"
Colors = ">=0.9"
Compat = ">=2"
Compose = ">=0.7"
Contour = ">=0.5"
CoupledFields = ">=0.1"
DataStructures = ">=0.15"
Distributions = ">=0.18"
DocStringExtensions = ">=0.7"
Hexagons = ">=0.2"
IndirectArrays = ">=0.5"
IterTools = ">=1"
JSON = ">=0.20"
Juno = ">=0.7"
KernelDensity = ">=0.5"
Loess = ">=0.5"
Measures = ">=0.3"
Showoff = ">=0.2"
julia = ">=0.7, 1"
CSV ="0.4"
Cairo = "0.5"
DataFrames = "0.17"
RDatasets = "0.6"
Unitful = "0.15"
Cairo = ">=0.5"
DataFrames = ">=0.17"
RDatasets = ">=0.6"
Unitful = ">=0.15"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit ae8aa5b

Please sign in to comment.