Skip to content

Commit

Permalink
Support StatsBase 0.34 (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored May 1, 2023
1 parent 630e1c9 commit b11806b
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
@@ -1,7 +1,7 @@
name = "Distributions"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
authors = ["JuliaStats"]
version = "0.25.87"
version = "0.25.88"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -26,7 +26,7 @@ FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
PDMats = "0.10, 0.11"
QuadGK = "2"
SpecialFunctions = "1.2, 2"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.9.15, 1"
julia = "1.3"

Expand Down

2 comments on commit b11806b

@ararslan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/82667

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.25.88 -m "<description of version>" b11806bedd9a0416d873c1e8da3d6a7969135584
git push origin v0.25.88

Please sign in to comment.