Skip to content

Commit 9ca0fac

Browse files
committed
update Project.toml [compat] section
- drop package versions for Julia-1.0-pre - make it compatible with CompatHelper and conforming to automatic merging requirements of JuliaRegistry
1 parent 86bbc56 commit 9ca0fac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1212
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1313

1414
[compat]
15-
Distances = "0.8.0"
16-
NearestNeighbors = "≥ 0.0.3"
17-
StatsBase = " 0.9.0"
15+
Distances = "0.8"
16+
NearestNeighbors = "0.4"
17+
StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
1818
julia = "1"
1919

2020
[extras]

0 commit comments

Comments
 (0)