Skip to content

Commit

Permalink
CompatHelper: bump compat for "GLPK" to "0.13"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2020
1 parent d50599a commit f8703cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
@@ -1,19 +1,19 @@
authors = ["Mojtaba Tefagh <mtefagh@stanford.edu>"]
name = "sparseQFCA"
uuid = "077cf62c-ad2d-5edd-99ec-638372f8b004"
authors = ["Mojtaba Tefagh <mtefagh@stanford.edu>"]
version = "0.6.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.0"
JuMP = "0.20.0"
GLPK = "0.12.1"
Colors = "0.10.2"
GLPK = "0.12.1, 0.13"
JuMP = "0.20.0"
julia = "1.0"

0 comments on commit f8703cd

Please sign in to comment.