From ef1a93d5f15a8fc2ac14965c488757372329cc7f Mon Sep 17 00:00:00 2001 From: "michael d. catchen" Date: Thu, 19 Oct 2023 10:34:21 -0400 Subject: [PATCH] Bumping dep versions (hopefully to fix :bug: with HaltonSequences --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 352180f..6367694 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ DataStructures = "0.18" NaNMath = "0.3, 1.0" NearestNeighbors = "0.4" Requires = "1.3" -StatsBase = "0.33" +StatsBase = "0.34" julia = "1.8" -HaltonSequences = "0.1" +HaltonSequences = "0.2" Distributions = "0.25"