Skip to content

Commit 4ad06c5

Browse files
committed
Add AbstractTrees + constrain STR to performant versions
1 parent 5903fab commit 4ad06c5

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.16"
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"
@@ -32,6 +33,7 @@ GeometryOpsProjExt = "Proj"
3233
GeometryOpsTGGeometryExt = "TGGeometry"
3334

3435
[compat]
36+
AbstractTrees = "0.4"
3537
AdaptivePredicates = "1.2"
3638
CoordinateTransformations = "0.5, 0.6"
3739
DataAPI = "1"
@@ -46,7 +48,7 @@ GeometryOpsCore = "=0.1.3"
4648
LibGEOS = "0.9.2"
4749
LinearAlgebra = "1"
4850
Proj = "1"
49-
SortTileRecursiveTree = "0.1"
51+
SortTileRecursiveTree = "0.1.2"
5052
Statistics = "1"
5153
TGGeometry = "0.1"
5254
Tables = "1"

0 commit comments

Comments
 (0)