Skip to content

Commit 771a0ef

Browse files
committed
Add TGGeometry.jl to Project.toml
1 parent 9844f83 commit 771a0ef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Project.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
88
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
99
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
1010
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
11+
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
1112
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
1213
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
1314
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
@@ -21,17 +22,20 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2122
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
2223
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
2324
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
25+
TGGeometry = "d7e755d2-3c95-4bcf-9b3c-79ab1a78647b"
2426

2527
[extensions]
2628
GeometryOpsFlexiJoinsExt = "FlexiJoins"
2729
GeometryOpsLibGEOSExt = "LibGEOS"
2830
GeometryOpsProjExt = "Proj"
31+
GeometryOpsTGGeometryExt = "TGGeometry"
2932

3033
[compat]
3134
CoordinateTransformations = "0.5, 0.6"
3235
DataAPI = "1"
3336
DelaunayTriangulation = "1.0.4"
3437
ExactPredicates = "2.2.8"
38+
Extents = "0.1.5"
3539
FlexiJoins = "0.1.30"
3640
GeoFormatTypes = "0.4"
3741
GeoInterface = "1.2"
@@ -42,8 +46,9 @@ LinearAlgebra = "1"
4246
Proj = "1"
4347
SortTileRecursiveTree = "0.1"
4448
Statistics = "1"
49+
TGGeometry = "0.1"
4550
Tables = "1"
46-
julia = "1.9"
51+
julia = "1.10"
4752

4853
[extras]
4954
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
@@ -53,7 +58,6 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
5358
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
5459
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
5560
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
56-
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
5761
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
5862
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
5963
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
@@ -67,4 +71,4 @@ Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
6771
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6872

6973
[targets]
70-
test = ["ArchGDAL", "CoordinateTransformations", "DataFrames", "Distributions", "DimensionalData", "Downloads", "FlexiJoins", "GeoFormatTypes", "GeoJSON", "Proj", "JLD2", "LibGEOS", "Random", "Rasters", "NaturalEarth", "OffsetArrays", "SafeTestsets", "Shapefile", "Test"]
74+
test = ["ArchGDAL", "CoordinateTransformations", "DataFrames", "Distributions", "DimensionalData", "Downloads", "FlexiJoins", "GeoJSON", "Proj", "JLD2", "LibGEOS", "Random", "Rasters", "NaturalEarth", "OffsetArrays", "SafeTestsets", "Shapefile", "Test"]

0 commit comments

Comments
 (0)