Skip to content

Commit 4c12666

Browse files
committed
trying to address the Registrator.jl issues
1 parent dcb04e5 commit 4c12666

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Project.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name = "BlackBoxOptim"
22
uuid = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
3-
version = "0.7.0"
3+
version = "0.6.0"
44

55
[deps]
66
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
88
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
99
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
10-
GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577"
1110
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1211
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1312
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -17,14 +16,14 @@ SpatialIndexing = "d4ead438-fe20-5cc5-a293-4fd39a41b74c"
1716
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1817

1918
[compat]
20-
CPUTime = "1.0"
19+
CPUTime = "1.0"
2120
Compat = "3.27"
22-
Distributions = "0.24"
23-
HTTP = "0.9"
24-
JSON = "0.21"
25-
SpatialIndexing = "0.1.0"
26-
StatsBase = "0.33"
27-
julia = "1.3.0"
21+
Distributions = "0.24"
22+
HTTP = "0.9"
23+
JSON = "0.21"
24+
SpatialIndexing = "0.1.0"
25+
StatsBase = "0.33"
26+
julia = "1.3.0"
2827

2928
[extras]
3029
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)