From fae6c4bd9d30ce3cf0137ec3896bcdd3fcc89d06 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Tue, 2 Jul 2024 20:08:31 +0200 Subject: [PATCH] Bump StatsBase compat lower bound (#191) * Bump StatsBase lower bound * Increment patch number --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4b6cc0e9..a7d54aba 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" authors = ["Seth Axen and contributors"] -version = "0.8.7" +version = "0.8.8" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -56,7 +56,7 @@ Random = "1.6" Requires = "1.1" SciMLBase = "1.61.2, 2" Statistics = "1.6" -StatsBase = "0.33.1, 0.34" +StatsBase = "0.33.7, 0.34" Transducers = "0.4.66" Turing = "0.24.2, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" UnPack = "1"