-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
65 lines (59 loc) · 2.08 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
63
64
65
name = "VIDA"
uuid = "4096cdfb-f084-40a3-b02d-1a2a54920cb8"
authors = ["Paul Tiede <[email protected]>"]
version = "0.12.10"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ComradeBase = "6d8c423b-a35f-4ef1-850c-862fe21f82c4"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HypercubeTransform = "9ec9aee3-0fd3-44c2-8e61-a50acc66f3c8"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
VLBISkyModels = "d6343c73-7174-4e0f-bb64-562643efbeca"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
VIDAMakieExt = "Makie"
[compat]
ChainRulesCore = "1"
ComradeBase = "0.7, 0.8"
DimensionalData = "0.27, 0.28, 0.29"
Distributions = "0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
FITSIO = "0.14, 0.15, 0.16, 0.17"
HDF5 = "0.14, 0.15, 0.16, 0.17"
HypercubeTransform = "0.4"
Interpolations = "0.12, 0.13, 0.14, 0.15"
Makie = "0.20, 0.21"
Measures = "0.3"
NamedTupleTools = "0.14"
Optimization = "3, 4"
RecipesBase = "1.0"
Reexport = "1"
Requires = "1.1"
SpecialFunctions = "2"
StatsBase = "0.33, 0.34"
StructArrays = "0.6, 0.7"
VLBISkyModels = "0.6"
julia = "1.6"
[extras]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Plots", "Test"]