Skip to content

Commit

Permalink
Re-added project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeetoomHeida committed Apr 23, 2022
1 parent 8e9a094 commit 9711d54
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name = "Diversity"
uuid = "d3d5718d-52de-57ab-b67a-eca7fd6175a4"
author = ["Richard Reeve <Richard.Reeve@glasgow.ac.uk>"]
version = "0.5.6"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EcoBase = "a58aae7d-b440-5a11-b283-399458f99aac"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AxisArrays = "0.4"
DataFrames = "0.21, 0.22, 1.0"
EcoBase = "0.1"
Missings = "0.4, 1.0"
Phylo = "0.4"
RCall = "0.13"
RecipesBase = "0.6, 0.7, 0.8, 1"
Requires = "^1"
StatsBase = "0.32, 0.33"
julia = "^1"

[extras]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Distances", "Phylo", "RCall", "StatsBase", "Test"]

0 comments on commit 9711d54

Please sign in to comment.