-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
50 lines (46 loc) · 1.54 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
name = "VLBIData"
uuid = "679fc9cc-3e84-11e9-251b-cbd013bd8115"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.3.26"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
DataManipulation = "38052440-ad76-4236-8414-61389b2c5143"
DateFormats = "44557152-fe0a-4de1-8405-416d90313ce6"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
InterferometricModels = "b395d269-c2ec-4df6-b679-36919ad600ca"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PyFormattedStrings = "5f89f4a4-a228-4886-b223-c468a82ed5b9"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAngles = "6fb2a4bd-7999-5318-a3b2-8ad61056cd98"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[weakdeps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
[extensions]
PyCallExt = "PyCall"
[compat]
AccessorsExtra = "0.1.77"
AxisKeys = "0.1, 0.2"
DataManipulation = "0.1.12"
DateFormats = "0.1.12"
Dates = "1"
DelimitedFiles = "1.9"
FITSIO = "0.16.6, 0.17"
InterferometricModels = "0.1.19"
PrecompileTools = "1"
PyCall = "1.92"
PyFormattedStrings = "0.1.10"
Reexport = "1.2.2"
StaticArrays = "1.0"
StructArrays = "0.6.4"
Tables = "1.4"
Unitful = "1.5"
UnitfulAngles = "0.6.2, 0.7"
UnitfulAstro = "1.0"
julia = "1.6"