Skip to content

Commit c42fcad

Browse files
committed
Add AbstractTrees + constrain STR to performant versions
1 parent bc9a491 commit c42fcad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Anshul Singhvi <[email protected]>", "Rafael Schouten <rafaels
44
version = "0.1.15"
55

66
[deps]
7+
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
78
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
89
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
910
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
@@ -31,6 +32,7 @@ GeometryOpsProjExt = "Proj"
3132
GeometryOpsTGGeometryExt = "TGGeometry"
3233

3334
[compat]
35+
AbstractTrees = "0.4"
3436
AdaptivePredicates = "1.2"
3537
CoordinateTransformations = "0.5, 0.6"
3638
DataAPI = "1"
@@ -44,7 +46,7 @@ GeometryOpsCore = "=0.1.2"
4446
LibGEOS = "0.9.2"
4547
LinearAlgebra = "1"
4648
Proj = "1"
47-
SortTileRecursiveTree = "0.1"
49+
SortTileRecursiveTree = "0.1.2"
4850
Statistics = "1"
4951
TGGeometry = "0.1"
5052
Tables = "1"

0 commit comments

Comments
 (0)