Skip to content

Commit

Permalink
Fix compats
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Oct 24, 2024
1 parent e18d429 commit 2f83767
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,49 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
ArchGDAL = "0.5"
ArchGDAL = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
AxisArrays = "0.4"
CSV = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
Calculus = "0.5"
DataFrames = "0.20,0.21,0.22,1"
DataFrames = "0.20, 0.21, 0.22, 1"
GDAL = "1.1"
GLM = "1.3"
Git = "1"
IndexedTables = "0.12,1"
Interpolations = "0.12"
JuliaDB = "0.12,0.13"
IndexedTables = "0.12, 0.13, 1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD = "0.13"
JuliaDB = "0.12, 0.13"
JuliaDBMeta = "0.4"
JuliaFormatter = "1"
Logging = "1"
NetCDF = "0.11"
OnlineStats = "0.21,0.22,0.23,0.24,0.25,1"
NetCDF = "0.11, 0.12"
OnlineStats = "0.21, 0.22, 0.23, 0.24, 0.25, 1"
Optim = "1"
Phylo = "0.4,0.5"
PhyloNetworks = "0.11,0.12,0.13,0.14,0.15,0.16"
Plots = "0.28,0.29,1"
RCall = "0.13,0.14"
PhyloNetworks = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
Plots = "0.28, 0.29, 1"
RCall = "0.13, 0.14"
Random = "1"
RecipesBase = "0.7,0.8,1"
RecipesBase = "0.7, 0.8, 1"
Requires = "1.0, 1.1"
ResearchSoftwareMetadata = "0.1"
Statistics = "1"
StatsBase = "0.32,0.33,0.34"
StatsBase = "0.32, 0.33, 0.34"
Test = "1"
Unitful = "1.4"
julia = "1.6"
julia = "~1.6"

[[author_details]]
name = "Claire Harris"
orcid = "0000-0003-0852-2340"
email = "[email protected]"
orcid = "0000-0003-0852-2340"

[[author_details.affiliation]]
ror = "03jwrz939"
[[author_details]]
name = "Richard Reeve"
orcid = "0000-0003-2589-8091"
email = "[email protected]"
orcid = "0000-0003-2589-8091"

[[author_details.affiliation]]
ror = "00vtgdb53"
Expand Down

0 comments on commit 2f83767

Please sign in to comment.