From 2b293d9ca4757d617b332a661f9e842d32b4d989 Mon Sep 17 00:00:00 2001 From: Anthony Corso Date: Sat, 20 Jan 2024 10:47:34 -0800 Subject: [PATCH] fixed compat --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9a75ba7..ab17409 100644 --- a/Project.toml +++ b/Project.toml @@ -33,9 +33,9 @@ cuDNN = "1" ColorSchemes = "3" Distributions = "0.25" Flux = "0.14" -Images = "0" -POMDPTools = "0" -POMDPs = "0" +Images = "0.26" +POMDPTools = "0.1" +POMDPs = "0.9" Parameters = "0.12" Plots = "1" StatsBase = "0.33"