Skip to content

Commit

Permalink
Add compat for Distributions and StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangehring committed Dec 5, 2020
1 parent 9049017 commit 98e81d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
DataFrames = "0.19, 0.20, 0.21, 0.22"
Distributions = "0.23"
GLM = "1.3"
StatsBase = "0.33"
StatsModels = "0.6"
julia = "1"

Expand Down

2 comments on commit 98e81d2

@juliangehring
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/25866

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 v2.2.1 -m "<description of version>" 98e81d252864dc75e05754b1d2ee88e4273a7703
git push origin v2.2.1

Please sign in to comment.