-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
56 lines (52 loc) · 1.82 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
name = "AstroImages"
uuid = "fe3fc30c-9b16-11e9-1c73-17dabf39f4ad"
authors = ["Mosè Giordano", "Rohit Kumar", "William Thompson"]
version = "0.5"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
AstroAngles = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
[compat]
AbstractFFTs = "1.1"
AstroAngles = "0.1, 0.2"
ColorSchemes = "3.18"
DimensionalData = "0.27"
FITSIO = "0.16, 0.17"
FileIO = "1.15"
ImageAxes = "0.6"
ImageBase = "^0.1.5"
ImageIO = "0.6"
ImageShow = "0.3"
MappedArrays = "0.4"
PlotUtils = "1.2"
PrecompileTools = "1"
RecipesBase = "1.2"
Statistics = "1"
Tables = "1.7"
WCS = "0.6"
julia = "1.9.0"
[extras]
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
[targets]
test = ["Test", "WCS", "FITSIO", "Random", "Statistics", "ImageBase"]