Skip to content

Commit 87241bb

Browse files
authored
Bump compat for RecipesBase.jl (#11)
Bump compat for RecipesBase.jl to include v1, otherwise massive downgrade of packages occur when installing ConcaveHull.jl. Tests pass locally, and the examples in https://github.com/lstagner/ConcaveHull.jl/blob/master/README.md work as well.
1 parent 133fc4c commit 87241bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1010

1111
[compat]
1212
NearestNeighbors = "^0.4.3"
13-
RecipesBase = "^0.7"
13+
RecipesBase = "^0.7, 1"
1414
julia = "^1"
1515

1616
[extras]

0 commit comments

Comments
 (0)