From 9be91fd1e4fb79c5ac76f7943164a8e8551894f3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 15 May 2024 00:05:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for IterTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c6963d7..e49d105 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Bijections = "0.1" Distances = "0.10" Flux = "0.14" +IterTools = "1" LocalApproximationValueIteration = "0.4.3" LocalFunctionApproximation = "1.1.1" MCTS = "0.5.5"