From 58a819af8e122a4b9703913b5d45cbf78e0347d7 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Fri, 12 Apr 2024 12:10:19 -0400 Subject: [PATCH] Relax compat bounds --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 817f7bb..a243ef2 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,6 @@ VectorizedStatistics = "3b853605-1c98-4422-8364-4bd93ee0529e" [compat] LoopVectorization = "0.12" ProgressMeter = "1" -StatGeochemBase = "0.4.3" -VectorizedStatistics = "0.4.6, 0.5.0" +StatGeochemBase = "0.4.3, 0.5" +VectorizedStatistics = "0.4.6, 0.5" julia = "1.8"