From 3b4e765c5ffc18182a8083ae2ce687f475b275d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 01:25:32 +0000 Subject: [PATCH] CompatHelper: bump compat for "IntervalSets" to "0.7" for package ReinforcementLearningZoo --- 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 61097650e..9458843df 100644 --- a/src/ReinforcementLearningZoo/Project.toml +++ b/src/ReinforcementLearningZoo/Project.toml @@ -31,7 +31,7 @@ CircularArrayBuffers = "0.1" DataStructures = "0.18" Distributions = "0.24, 0.25" Flux = "0.12" -IntervalSets = "0.5" +IntervalSets = "0.5, 0.7" MacroTools = "0.5" ReinforcementLearningBase = "0.9" ReinforcementLearningCore = "0.8.2"