From 158bc8d24a1fb200a6aeae8202de385a21c5bec8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Sep 2021 01:07:16 +0000 Subject: [PATCH] CompatHelper: bump compat for Hyperopt to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 827e684..bcc9182 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4" [compat] ChainRulesCore = "0.10, 1" -Hyperopt = "0.4" +Hyperopt = "0.4, 0.5" NonconvexCore = "0.1.4" Parameters = "0.12" Reexport = "1"