Skip to content

Commit

Permalink
Merge pull request #54 from OpenMendel/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…05-02-00-18-34-827-03686418113

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
kose-y authored May 9, 2023
2 parents f0326fe + 2222b16 commit 16c7b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"

[compat]
CSV = "0.10"
BGEN = "0.1"
CSV = "0.10"
DataFrames = "0.22, 1"
Distances = "0.10"
Distributions = "0.24, 0.25"
Expand All @@ -34,7 +34,7 @@ ProgressMeter = "1"
Reexport = "1"
SnpArrays = "0.3.15"
SpecialFunctions = "1, 2"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
ThreadPools = "2"
VCFTools = "0.2"
julia = "1.5, 1.6"
Expand Down

0 comments on commit 16c7b82

Please sign in to comment.