-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
33 lines (29 loc) · 1.01 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 = "View5D"
uuid = "90d841e0-6953-4e90-9f3a-43681da8e949"
authors = ["rheintzmann <[email protected]>"]
version = "0.6.1"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
JavaCall = "494afd89-becb-516b-aafa-70d2670c0337"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AxisArrays = "0.4.3,0.4.6"
Colors = "0.12.7, 0.12.8, 0.13"
ImageCore = "0.8.21, 0.9, 0.10"
JavaCall = "0.7.7, 0.7.8, 0.8"
NDTools = "0.4, 0.5, 0.6, 0.7"
StaticArrays = "1"
Unitful = "1"
julia = "1, 1.6, 1.7, 1.8, 1.9, 1.10"
[extras]
JavaCall = "494afd89-becb-516b-aafa-70d2670c0337"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Pkg", "JavaCall"]