Skip to content

Commit

Permalink
Add compat bounds on all dependencies (#38)
Browse files Browse the repository at this point in the history
Closes #34
Closes #35
Closes #36
Closes #37
  • Loading branch information
timholy authored Nov 23, 2019
1 parent cfbd444 commit 956bc07
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"

[compat]
AxisArrays = "≥ 0.3.0"
FixedPointNumbers = "≥ 0.3.0"
ImageCore = "≥ 0.2.0"
julia = "≥ 1.0.0"
AxisArrays = "0.3"
Colors = "0.9"
FixedPointNumbers = "0.5, 0.6"
ImageCore = "0.8"
MappedArrays = "0.2"
Reexport = "0.2"
SimpleTraits = "0.8, 0.9"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 956bc07

Please # to comment.