We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3f8df commit 1590a58Copy full SHA for 1590a58
Project.toml
@@ -1,7 +1,7 @@
1
name = "ParameterJuMP"
2
uuid = "774612a8-9878-5177-865a-ca53ae2495f9"
3
repo = "https://github.com/JuliaStochOpt/ParameterJuMP.jl.git"
4
-version = "0.4.0"
+version = "0.4.1"
5
6
[deps]
7
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -10,7 +10,8 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
10
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11
12
[compat]
13
-JuMP = "0.23"
+GLPK = "1"
14
+JuMP = "0.23, 1"
15
MathOptInterface = "1"
16
MutableArithmetics = "1"
17
julia = "1.6"
0 commit comments