Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 134aa30

Browse files
committed
Add GeoStatsBase as dependency
1 parent 5d80c43 commit 134aa30

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ uuid = "e61b41b6-3414-4803-863f-2b69057479eb"
33
authors = ["Júlio Hoffimann"]
44
version = "0.1.0"
55

6+
[deps]
7+
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
8+
69
[compat]
10+
GeoStatsBase = "^0.7"
711
julia = "1.3"
812

913
[extras]

src/PointPatterns.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ------------------------------------------------------------------
2+
# Licensed under the ISC License. See LICENSE in the project root.
3+
# ------------------------------------------------------------------
4+
15
module PointPatterns
26

37
greet() = print("Hello World!")

0 commit comments

Comments
 (0)