From 336263e57b685ca3331c523883570c1aa89bc05f Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 14 Aug 2020 15:30:08 +0200 Subject: [PATCH] add compat for NaNMath --- RecipesPipeline/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/RecipesPipeline/Project.toml b/RecipesPipeline/Project.toml index a5186327a..96fd744a6 100644 --- a/RecipesPipeline/Project.toml +++ b/RecipesPipeline/Project.toml @@ -10,6 +10,7 @@ PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] +NaNMath = "0.3" PlotUtils = "0.6.5, 1" RecipesBase = "0.8, 1.0" julia = "1"