From ebb2c5d7f7ff2854b1b7772b5c08743936af7b03 Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Mon, 4 Dec 2023 09:25:41 -0700 Subject: [PATCH] bump compat for StatsBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dae4ecc..bf68497 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7" [compat] -Distributions = "0.22 - 0.24" +Distributions = "0.22 - 0.25" POMDPModelTools = "0.3" POMDPs = "0.9" Parameters = "0.12"