From 619c3489d3873f66b22e82378a92d38f4cdd262e Mon Sep 17 00:00:00 2001 From: Kristian Holme Date: Fri, 20 Dec 2024 22:51:55 +0100 Subject: [PATCH] random compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23f01f9..15c999e 100644 --- a/Project.toml +++ b/Project.toml @@ -37,6 +37,6 @@ POMDPTools = "1" POMDPs = "1" PrecompileTools = "1" ProgressMeter = "1" -Random = "1.11.0" +Random = "1" Statistics = "1" julia = "1.6.7"