From 2da557fc93ef17fdac0ccf69baf1cb8c833359aa Mon Sep 17 00:00:00 2001 From: Anthony Corso Date: Sat, 20 Jan 2024 09:29:06 -0800 Subject: [PATCH] added upper bound to Parameters --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a7ed117..4a1d26f 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ Flux = "0.14" Images = "0" POMDPTools = "0" POMDPs = "0" -Parameters = ">= 0.12" +Parameters = "0.12" Plots = "1" StatsBase = "0.33" TensorBoardLogger = "0.1"