Skip to content

Commit ec68c29

Browse files
authored
Add compat bounds
1 parent 66b60b9 commit ec68c29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
99
RangeArrays = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d"
1010

1111
[compat]
12-
IntervalSets = "≥ 0.1.0"
13-
Unitful = "≥ 0.2.6"
12+
IntervalSets = "0.1, 0.2, 0.3"
13+
IterTools = "1"
14+
RangeArrays = "0.3"
1415
julia = "1"
1516

1617
[extras]

0 commit comments

Comments
 (0)