Skip to content

Commit

Permalink
remove IndirectArrays (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Sep 2, 2021
1 parent 7fca683 commit af63e7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@ AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"

[compat]
AxisArrays = "0.3, 0.4"
ImageAxes = "0.5, 0.6"
ImageBase = "0.1.1"
ImageCore = "0.9"
IndirectArrays = "0.5, 1"
julia = "1"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[targets]
test = ["Test", "Statistics", "Dates", "OffsetArrays", "SimpleTraits", "Unitful"]
test = ["Test", "Statistics", "Dates", "IndirectArrays", "OffsetArrays", "SimpleTraits", "Unitful"]

0 comments on commit af63e7a

Please sign in to comment.