Skip to content

Commit

Permalink
CompatHelper: add new compat entry for StatsBase at version 0.34, (ke…
Browse files Browse the repository at this point in the history
…ep existing compat)
  • Loading branch information
CompatHelper Julia committed Oct 11, 2023
1 parent 18432b0 commit 0d14f51
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"

[compat]
TaylorSeries = "0.15"
GLM = "1"
StaticArrays = "1"
DataFrames = "1"
Bootstrap = "2"
OnlineStats = "1"
Measurements = "2"
DataFrames = "1"
FiniteDiff = "2"
GLM = "1"
Measurements = "2"
OnlineStats = "1"
StaticArrays = "1"
StatsBase = "0.34"
TaylorSeries = "0.15"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 0d14f51

Please sign in to comment.