From c6fe3bbb158e81de7e714c9925eca491eb344ec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 10:08:12 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Requires" at version "0.5" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 4ab91544..64097377 100644 --- a/Project.toml +++ b/Project.toml @@ -36,6 +36,7 @@ GR = "≥ 0.31.0" PlotThemes = "≥ 0.1.3" PlotUtils = "≥ 0.6.1" RecipesBase = "≥ 0.6.0" +Requires = "0.5" StatsBase = "≥ 0.14.0" julia = "≥ 1.0.0"