-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (30 loc) · 1.05 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
26
27
28
29
30
31
32
name = "MetapopulationDynamics"
uuid = "67afee28-ec33-4cc2-88ea-a48c87ed52f9"
authors = ["michael catchen <michael.catchen@mcgill.ca>"]
version = "0.0.1"
[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicGrids = "a5dba43e-3abc-5203-bfc5-584ca68d3f5b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
NeutralLandscapes = "71847384-8354-4223-ac08-659a5128069f"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpatialGraphs = "c8109be6-b162-4503-8829-8b6b29b93f50"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
CodeTracking = "1.0.9"
Distances = "0.10.7"
Distributions = "0.25.65"
DynamicGrids = "0.21.3"
JuliaFormatter = "0.1.06"
NeutralLandscapes = "0.1.1"
Requires = "1.3.0"
SpatialGraphs = "0.1.0"
StatsBase = "0.33.19"
Term = "1.0.0"
UnicodePlots = "3.0.4"
julia = "1.6"