Skip to content

Commit d5138f3

Browse files
committed
Add upper compat bounds.
1 parent a5fef32 commit d5138f3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1515
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616

1717
[compat]
18-
julia = ">= 1.8.5"
19-
Dierckx = ">= 0.5.0"
20-
Ipopt = ">= 1.4.0"
21-
JuMP = ">= 1.20.0"
22-
MathOptInterface = ">= 1.0.0"
23-
Plots = ">= 1.19.0"
24-
Random = ">= 1.0.0"
25-
SparseArrays = ">= 1.0.0"
26-
Statistics = ">= 1.0.0"
27-
LinearAlgebra = ">= 1.0.0"
18+
julia = "1.8.5-5.0"
19+
Dierckx = "0.5.0-5.0"
20+
Ipopt = "1.4.0-5.0"
21+
JuMP = "1.20.0-5.0"
22+
MathOptInterface = "1.0.0-5.0"
23+
Plots = "1.19.0-5.0"
24+
Random = "1.0.0-5.0"
25+
SparseArrays = "1.0.0-5.0"
26+
Statistics = "1.0.0-5.0"
27+
LinearAlgebra = "1.0.0-5.0"

0 commit comments

Comments
 (0)