Skip to content

Commit 1590a58

Browse files
jd-laraodow
andauthored
Update Project.toml to JuMP 1.0 (#89)
* Update Project.toml * Update Project.toml Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
1 parent 1c3f8df commit 1590a58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParameterJuMP"
22
uuid = "774612a8-9878-5177-865a-ca53ae2495f9"
33
repo = "https://github.com/JuliaStochOpt/ParameterJuMP.jl.git"
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -10,7 +10,8 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
1010
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111

1212
[compat]
13-
JuMP = "0.23"
13+
GLPK = "1"
14+
JuMP = "0.23, 1"
1415
MathOptInterface = "1"
1516
MutableArithmetics = "1"
1617
julia = "1.6"

0 commit comments

Comments
 (0)