-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
25 lines (23 loc) · 1 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "NeutralLandscapes"
uuid = "71847384-8354-4223-ac08-659a5128069f"
authors = ["Timothée Poisot <[email protected]>", "Michael Krabbe Borregaard <[email protected]>", "Michael David Catchen <[email protected]>", "Rafael Schouten <[email protected]>", "Virgile Baudrot <[email protected]>"]
version = "0.1.4"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HaltonSequences = "13907d55-377f-55d6-a9d6-25ac19e11b95"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DataStructures = "0.18"
NaNMath = "0.3, 1.0"
NearestNeighbors = "0.4"
StatsBase = "0.3, 0.34"
julia = "1.9"
HaltonSequences = "0.2"
Distributions = "0.25"
Requires = "1.3"