Skip to content

Commit

Permalink
Merge pull request #24 from mauriciogtec/fix-version-compat-of-statsbase
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
mauriciogtec authored Jul 25, 2023
2 parents b962cc9 + 7c4a113 commit 8653023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
ForwardDiff = "0.10.1"
StatsBase = "0.24.0 - 0.34.0"
StatsBase = "0.24, 0.34"
julia = "0.7.0, 1"

[extras]
Expand Down

2 comments on commit 8653023

@mauriciogtec
Copy link
Owner 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 updated: JuliaRegistries/General/88328

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.2.1 -m "<description of version>" 8653023a097354d21dc0ca2106d77ee8a3234e2f
git push origin v0.2.1

Please sign in to comment.