From a3fc47a7debffee70b49d76b7c1964cf1e5718cf Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 29 Nov 2019 16:22:32 +0100 Subject: [PATCH] update package dependencies to require latest --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6b6c0284..0b76a8ef 100644 --- a/Project.toml +++ b/Project.toml @@ -33,8 +33,8 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Contour = "0.5" FFMPEG = "0.2" -FixedPointNumbers = "0.3, 0.6" -GR = "0.31, 0.44" +FixedPointNumbers = "0.6" +GR = "0.44" GeometryTypes = "0.7" JSON = "0.21" Measures = "0.3" @@ -45,7 +45,7 @@ RecipesBase = "0.6, 0.7" Reexport = "0.2" Requires = "0.5" Showoff = "0.3.1" -StatsBase = "0.14, 0.32" +StatsBase = "0.32" julia = "1" [extras]