From ae8aa5ba1ede79434843c83a85e9d6e8713fd68a Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Wed, 8 May 2019 07:37:44 -0400 Subject: [PATCH] be more permissive with dependency versions --- Project.toml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Project.toml b/Project.toml index 63541ffe8..92904cb2c 100644 --- a/Project.toml +++ b/Project.toml @@ -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"