From bad059b2e0215845fd10e719bfe92a0b998ddd35 Mon Sep 17 00:00:00 2001 From: Andy Nowacki Date: Thu, 9 Nov 2023 09:36:47 +0000 Subject: [PATCH] Add stdlib compat bounds Update the compatibility for Statistics as a stdlib, as per https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958. --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 213be44..3dc5c7f 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ Geodesics = "0.2" Geodesy = "0.5, 1" RecipesBase = "0.7, 0.8, 1" Seis = "0.3" +Statistics = "<0.0.1, 1" julia = "1.6" [extras]