-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1.04 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
34
name = "RegisterDriver"
uuid = "935ac36e-2656-11e9-1e3b-cbaa636797af"
authors = ["Tim Holy <[email protected]>"]
version = "0.2.2"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterWorkerShell = "978d31ce-2656-11e9-22d6-b5c46a1a3d3e"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Formatting = "0.4"
HDF5 = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
ImageCore = "0.8.1, 0.9, 0.10"
ImageMetadata = "0.9"
JLD = "0.9, 0.10, 0.11, 0.12, 0.13"
RegisterCore = "0.2"
RegisterWorkerShell = "0.2"
StaticArrays = "0.11, 0.12, 1"
julia = "1"
[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AxisArrays", "Test"]