From 64d275e7cb121945808635f9461f954e737601ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:27:00 +0100 Subject: [PATCH] CompatHelper: bump compat for NaNMath to 1 (#4104) Co-authored-by: CompatHelper Julia --- 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"