-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
62 lines (56 loc) · 1.79 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "AllenBrain"
uuid = "0a79a13e-b89b-5a1e-b6bf-ef7ebeca6040"
authors = ["Tim Holy <[email protected]>"]
version = "0.2.0"
[deps]
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
NRRD = "9bb6cfbd-7763-5393-b1b5-1c8e09872146"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
AllenBrainMakieExt = "Makie"
[compat]
AWSS3 = "0.10, 0.11"
AxisArrays = "0.4"
CoordinateTransformations = "0.6"
FileIO = "1"
FilePathsBase = "0.9"
Graphs = "1"
HTTP = "1"
ImageCore = "0.9, 0.10"
ImageTransformations = "0.10"
IndirectArrays = "1"
Interpolations = "0.14, 0.15"
IntervalSets = "0.7"
JSON = "0.21"
JSON3 = "1"
NRRD = "0.6"
OffsetArrays = "1"
ProgressMeter = "1"
StaticArrays = "1"
StructTypes = "1"
Unitful = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]