-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 801 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 801 Bytes
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
name = "ZWarpedArrays"
uuid = "26d16474-33ca-11e9-0261-c59b979c6e18"
version = "0.1.4"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CachedArrays = "d8fd01e4-1764-11e9-0a01-8f76bebf08d8"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AxisArrays = "0.4"
CachedArrays = "0.1.2"
CoordinateTransformations = "0.5, 0.6"
ImageTransformations = "0.8, 0.9, 0.10"
Images = "0.23, 0.24, 0.25, 0.26"
Interpolations = "0.12, 0.13, 0.15, 0.16"
Unitful = "1"
julia = "1.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]