Skip to content

Commit ed206da

Browse files
authored
Update Project.toml
@JuliaRegistrator register
1 parent b2901cc commit ed206da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DSPopt"
22
uuid = "cdb1efd8-3f30-48e6-a1f7-a3d77bf376b8"
33
authors = ["Kibaek Kim <kimk@anl.gov>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -13,9 +13,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
StructJuMP = "34f15cae-5318-50c9-93d3-9feadd34e321"
1414

1515
[compat]
16-
JuMP = "0.21.4"
17-
MPI = "0.14.3, 0.15"
18-
MathOptInterface = "0.9.15"
16+
JuMP = "0.21.5"
17+
MPI = "0.15.1"
18+
MathOptInterface = "0.9.17"
1919
StructJuMP = "0.2.0"
2020
julia = "^1.3"
2121

0 commit comments

Comments
 (0)