Skip to content

Commit 5d76648

Browse files
committed
fix compat version of DataStructures
1 parent d17462e commit 5d76648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717

1818
[compat]
1919
AbstractTrees = "0.3, 0.4"
20+
DataStructures = "0.18"
21+
NearestNeighbors = "0.4"
2022
RecipesBase = "1.1"
2123
Requires = "1"
22-
StaticArrays = "1.2"
23-
DataStructures = "0.1"
24-
NearestNeighbors = "0.4"
2524
SpecialFunctions = "2"
25+
StaticArrays = "1.2"
2626
julia = "1.6"

0 commit comments

Comments
 (0)