From 46711262124772e8764e5054ee7bbeb3f45edc41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:47:35 +0200 Subject: [PATCH] CompatHelper: bump compat for ReinforcementLearningCore to 0.13 for package ReinforcementLearningZoo, (keep existing compat) (#975) Co-authored-by: CompatHelper Julia --- src/ReinforcementLearningZoo/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReinforcementLearningZoo/Project.toml b/src/ReinforcementLearningZoo/Project.toml index e719346a4..014001003 100644 --- a/src/ReinforcementLearningZoo/Project.toml +++ b/src/ReinforcementLearningZoo/Project.toml @@ -29,7 +29,7 @@ LogExpFunctions = "0.3" NNlib = "0.8, 0.9" Optim = "1" ReinforcementLearningBase = "0.12" -ReinforcementLearningCore = "0.14" +ReinforcementLearningCore = "0.14, 0.13" StatsBase = "0.33, 0.34" Zygote = "0.6" cuDNN = "1"