From 241548ea94187f8f35b15098f4194a4bfa8c2cc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 00:25:07 +0000 Subject: [PATCH] CompatHelper: bump compat for "ReinforcementLearningBase" to "0.9" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 466c1d5..0d07067 100644 --- a/Project.toml +++ b/Project.toml @@ -12,9 +12,9 @@ ReinforcementLearningEnvironments = "25e41dd2-4622-11e9-1641-f1adca772921" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -julia = "1" Flux = "0.11" -ReinforcementLearningBase = "0.8.5" +ReinforcementLearningBase = "0.8.5, 0.9" ReinforcementLearningCore = "0.5.1" ReinforcementLearningEnvironments = "0.3.3" StatsBase = "0.33" +julia = "1"