Skip to content

Commit

Permalink
Update compat requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbiel committed Jul 15, 2020
1 parent eeb7a8a commit e187ac8
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 @@ -21,6 +21,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Clustering = "0.13"
Distributions = "0.23.4"
OrderedCollections = "1.2.0"
MathOptInterface = "0.9.1"
MutableArithmetics = "0.2.2"
JuMP = "0.21"
Expand Down

2 comments on commit e187ac8

@martinbiel
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 register(branch="release-0.4")

@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/17988

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.4.0 -m "<description of version>" e187ac8ed2035178ccc445fba8efd8163b329abf
git push origin v0.4.0

Please sign in to comment.