Skip to content

Commit

Permalink
add JuMP compat to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Jul 28, 2023
1 parent fda6377 commit 4c2f425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PowerModelsDistribution = "d7431456-977f-11e9-2de3-97ff7677985e"

[compat]
Graphs = "1.8"
JuMP = "1"
MetaGraphs = "0.7"
PowerModelsDistribution = "0.14"
julia = "1"
Expand Down

2 comments on commit 4c2f425

@NLaws
Copy link
Owner Author

@NLaws NLaws commented on 4c2f425 Jul 28, 2023

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/88565

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.3.5 -m "<description of version>" 4c2f425ac0f02b8f9ccbaed2382c33e4a8b79f6b
git push origin v0.3.5

Please sign in to comment.