Skip to content

Commit c6c0f3c

Browse files
committed
Relax compat bounds for IntervalArithmetics for Julia v1.6
1 parent 0f514d9 commit c6c0f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
1919
[compat]
2020
DataStructures = "0.18, 0.19"
2121
DynamicPolynomials = "0.5, 0.6"
22-
IntervalArithmetic = "0.22, 1"
22+
IntervalArithmetic = "0.20, 0.21, 0.22, 1"
2323
JuMP = "1"
2424
MathOptInterface = "1"
2525
MultivariateBases = "0.2"

0 commit comments

Comments
 (0)