-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
33 lines (29 loc) · 1.06 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "ImageShow"
uuid = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
version = "0.3.8"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StackViews = "cae243ae-269e-4f55-b966-ac2d0dc13c15"
[compat]
ColorSchemes = "3"
FileIO = "1"
ImageBase = "0.1"
ImageCore = "0.9, 0.10"
OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1"
StackViews = "0.1.1"
julia = "1"
[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
ImageDistances = "51556ac3-7006-55f5-8cb3-34580c88182d"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["AxisArrays", "ImageDistances", "ImageIO", "ImageMagick", "Suppressor", "Test", "TestImages"]