From bf1d644cc039b5a8fc3231316badccd8e4df4ecf Mon Sep 17 00:00:00 2001 From: robertfeldt Date: Wed, 20 Dec 2023 14:37:24 +0100 Subject: [PATCH] Apparently I had not released version 0.6.3 so went back to that one, also added compat entry for Requires --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7932362..9ff294a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlackBoxOptim" uuid = "a134a8b2-14d6-55f6-9291-3336d3ab0209" -version = "0.6.4" +version = "0.6.3" [deps] CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e" @@ -31,6 +31,7 @@ JSON = "0.21" SpatialIndexing = "0.1.0" StatsBase = "0.33, 0.34" julia = "1.3.0" +Requires = "1" [extras] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"