Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EcoJulia/Phylo.jl
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/EcoJulia/Phylo.jl:
  Run CompatHelper when you push to master
  Clean compat
  • Loading branch information
richardreeve committed Feb 28, 2021
2 parents 8290fb6 + d5e755a commit e907cc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CompatHelper.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CompatHelper

on:
push:
branches:
- master
schedule:
- cron: '0 4 * * 0' # Weekly at 4 AM GMT Sunday

Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
AxisArrays = "^0.4"
DataFrames = "^0.21, 0.22"
DataStructures = "^0.17, 0.18"
Distributions = "^0.24"
AxisArrays = "0.4"
DataFrames = "0.21, 0.22"
DataStructures = "0.17, 0.18"
Distributions = "0.24"
IterableTables = "^1"
LightGraphs = "^1"
Missings = "^0.4"
RecipesBase = "^0.7, 1.1"
Missings = "0.4"
RecipesBase = "0.7, 0.8, ^1"
Requires = "^1"
SimpleTraits = "^0.9"
Tokenize = "^0.5"
SimpleTraits = "0.9"
Tokenize = "0.5"
Unitful = "^1"
julia = "^1"

0 comments on commit e907cc6

Please sign in to comment.