-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
31 lines (29 loc) · 1.07 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
name = "SpeciesInteractionNetworks"
uuid = "49e116ef-912f-4766-9e56-896a49944adc"
authors = ["Timothée Poisot <[email protected]>"]
repo = "https://github.com/PoisotLab/SpeciesInteractionNetworks.jl"
version = "0.0.1"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mangal = "b8b640a6-63d9-51e6-b784-5033db27bef2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
Combinatorics = "1.0"
DataStructures = "0.18"
Distributions = "0.25"
Mangal = "0.5"
Requires = "1.3"
StatsBase = "0.34"
Tables = "1.10"
TestItems = "1"
julia = "1.10"