Skip to content

Commit

Permalink
FIX: missing compat for Combinatorics / StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Jan 31, 2023
1 parent 9b1f0f2 commit f5a5ccf
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 @@ -34,6 +34,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
ArgParse = "1.1"
Combinatorics = "1"
EzXML = "1.1.0"
Graphs = "1.4.1, 1.6, 1.7"
HiGHS = "1.1.3, 1.4"
Expand All @@ -50,6 +51,7 @@ PowerModelsDistribution = "0.14.4"
PowerModelsProtection = "0.5.2"
PowerModelsStability = "0.3.2"
Requires = "1.1.3, 1.3"
StatsBase = "0.33"
julia = "1.6"

[extras]
Expand Down

2 comments on commit f5a5ccf

@pseudocubic
Copy link
Collaborator 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/76741

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 v3.3.0 -m "<description of version>" f5a5ccfbd1e2a43550a3a486af055256e9919624
git push origin v3.3.0

Please sign in to comment.