From 1121e2dcc44baa0c12a605f12f3871607599fbeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 00:05:25 +0000 Subject: [PATCH] CompatHelper: bump compat for "RecipesBase" to "0.8" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index edb2578..07f445b 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Distances = "0.7, 0.8, 0.9" NearestNeighbors = "0.4" -RecipesBase = "0.7" +RecipesBase = "0.7, 0.8" StaticArrays = "0.8, 0.11, 0.12" StatsBase = "0.24, 0.32" julia = "1"