Skip to content

Commit

Permalink
Merge pull request #30 from richardreeve/dep
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
richardreeve committed Apr 15, 2020
2 parents 2d4dfb5 + 7f7b628 commit f5a09ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- v0.4.1
- Fixing dependencies to allow Diversity.jl to install
- v0.4.0
- Improved trait plotting
- New linked list tree, node and branch type
Expand Down
10 changes: 6 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Phylo"
uuid = "aea672f4-3940-5932-aa44-993d1c3ff149"
version = "0.4.0"
version = "0.4.1"
author = ["Richard Reeve <Richard.Reeve@glasgow.ac.uk>"]

[deps]
Expand All @@ -12,6 +12,7 @@ IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
PenaltyFunctions = "06bb1623-fdd5-5ca2-a01c-88eae3ea319e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Expand All @@ -24,14 +25,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
julia = "^1"
AxisArrays = "^0.4"
DataFrames = "0.11,0.20"
DataStructures = "0.9,0.17"
DataFrames = "^0.20"
DataStructures = "^0.17"
Distributions = "^0.23"
IterableTables = "^1"
LightGraphs = "^1"
Missings = "^0.4"
OnlineStats = "^1"
RecipesBase = "0.8, 1"
PenaltyFunctions = "^0.1"
RecipesBase = "0.8,1"
Requires = "^1"
SimpleTraits = "^0.9"
Tokenize = "^0.5"
Expand Down

0 comments on commit f5a09ea

Please sign in to comment.