-
Notifications
You must be signed in to change notification settings - Fork 14
/
Project.toml
26 lines (24 loc) · 933 Bytes
/
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
name = "BioEnergeticFoodWebs"
uuid = "9b49b652-2545-5b88-a3af-87b516beb26f"
keywords = ["food webs", "ecology", "ecological models", "populations dynamics", "biomass"]
desc = "A unified interface for simulations of the Bio-Energetic model on food webs"
version = "1.2.0"
[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
DiffEqCallbacks = "2.13"
Distributions = "0.24"
JLD2 = "0.4"
JSON = "0.21"
OrdinaryDiffEq = "5.42"
StatsBase = "0.33"
julia = "1.3"