From 8a79a421bf77dd8cc6689b4cc26b7ee053e7ddb5 Mon Sep 17 00:00:00 2001 From: "C.Brenhin Keller" Date: Sun, 30 May 2021 19:45:08 -0400 Subject: [PATCH] Add missing compat bounds on NaNStatistics --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 07bd9d1..9bd0d19 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ Colors = "0.10 - 0.12" IndirectArrays = "0.5" Interpolations = "0.12 - 0.13" LoopVectorization = "0.11, 0.12" +NaNStatistics = "0.3" Reexport = "0.2, 1.0" SpecialFunctions = "0.5 - 0.10, 1" VectorizationBase = "0.18, 0.19, 0.20"