From 8ed5982a25f1ba857f3d788b6a904d9646dba452 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 17 Feb 2022 00:09:27 +0000 Subject: [PATCH] CompatHelper: bump compat for NaNMath to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28d40cd8..4106fca8 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ GeometryBasics = "0.2, 0.3.1, 0.4" JSON = "0.21, 1" Latexify = "0.14 - 0.15" Measures = "0.3" -NaNMath = "0.3" +NaNMath = "0.3, 1" PlotThemes = "2" PlotUtils = "1" RecipesBase = "1.2"