Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chkwon authored Dec 10, 2022
1 parent cb98aa1 commit ac5a21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
JuMP = "1.5"
JuMP = "1.4"
PATHSolver = "1.2"
NLsolve = "4"
MathOptInterface = "1.10"
MathOptInterface = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit ac5a21b

@chkwon
Copy link
Owner Author

@chkwon chkwon commented on ac5a21b Dec 11, 2022

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 created: JuliaRegistries/General/73883

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

Please sign in to comment.