Skip to content

Commit

Permalink
Support for GLPK 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbarbero committed Oct 29, 2019
1 parent 0b9c5e9 commit 57919c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DataEnvelopmentAnalysis"
uuid = "a100299e-89d6-11e9-0fa0-2daf497e6a05"
authors = ["Javier Barbero <jbarberoeco@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Expand All @@ -15,10 +15,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
julia = "1"
GLPK = "0.11.4"
Ipopt = "0.6.0"
JuMP = "0.20.0"
StatsBase = "0.32.0"
GLPK = "0.12"
Ipopt = "0.6"
JuMP = "0.20"
StatsBase = "0.32"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 57919c0

@javierbarbero
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 created: JuliaRegistries/General/4838

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 57919c045bce05aacfcf76ad50f456a068ec0e7b
git push origin v0.1.1

Please sign in to comment.