Skip to content

Commit 15a8c13

Browse files
authored
Pass compat tests from Aqua (#209)
* stop testing deps_compat * change strategy * Update Project.toml * Update Project.toml * Update Project.toml
1 parent 20b3d74 commit 15a8c13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1414
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1515

1616
[compat]
17+
Aqua = "0.8"
1718
EarCut_jll = "2"
1819
Extents = "0.1"
1920
GeoInterface = "1.0.1"
21+
GeoJSON = "0.7, 0.8"
2022
IterTools = "1.3.0"
23+
LinearAlgebra = "<0.0.1,1"
24+
OffsetArrays = "1"
25+
Random = "<0.0.1,1"
2126
StaticArrays = "0.12, 1.0"
2227
StructArrays = "0.6"
2328
Tables = "0.2, 1"
29+
Test = "<0.0.1,1"
2430
julia = "1.6"
2531

2632
[extras]

0 commit comments

Comments
 (0)