From 4c126664e57d0b902e9f9c10a1b38c5e03d81007 Mon Sep 17 00:00:00 2001 From: Robert Feldt Date: Sat, 15 May 2021 12:14:22 +0200 Subject: [PATCH] trying to address the Registrator.jl issues --- Project.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index a793d19c..319294c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,12 @@ name = "BlackBoxOptim" uuid = "a134a8b2-14d6-55f6-9291-3336d3ab0209" -version = "0.7.0" +version = "0.6.0" [deps] CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e" Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" -GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577" HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -17,14 +16,14 @@ SpatialIndexing = "d4ead438-fe20-5cc5-a293-4fd39a41b74c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -CPUTime = "≥ 1.0" +CPUTime = "1.0" Compat = "3.27" -Distributions = "≥ 0.24" -HTTP = "≥ 0.9" -JSON = "≥ 0.21" -SpatialIndexing = "≥ 0.1.0" -StatsBase = "≥ 0.33" -julia = "≥ 1.3.0" +Distributions = "0.24" +HTTP = "0.9" +JSON = "0.21" +SpatialIndexing = "0.1.0" +StatsBase = "0.33" +julia = "1.3.0" [extras] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"