From f5f7665f42d330d20c8b87f4b6dab01ddf478b8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 10:24:53 +0900 Subject: [PATCH] CompatHelper: bump compat for "Evolutionary" to "0.8" (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d53618a..69fcdf4 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] ConstraintDomains = "0.1" Dictionaries = "0.3" -Evolutionary = "0.7" +Evolutionary = "0.7, 0.8" OrderedCollections = "1.3" julia = "1.5, 1.6"