Skip to content

Commit

Permalink
add compat for OffsetArrays and IndirectArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed May 12, 2021
1 parent 86fdae9 commit c8e933d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ version = "0.1.0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
libsixel_jll = "075b6546-f08a-558a-be8f-8157d0f608a5"

[compat]
FileIO = "1.6"
ImageCore = "0.8, 0.9"
IndirectArrays = "0.5"
OffsetArrays = "1.3"
julia = "1.6"
libsixel_jll = "1.8.6"

Expand Down

0 comments on commit c8e933d

Please sign in to comment.