-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
44 lines (40 loc) · 1.29 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
name = "SkyImages"
uuid = "2d546a2e-713c-402d-bee5-ba90cc43b84b"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.1.11"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
AxisKeysExtra = "b7a0d2b7-1990-46dc-b5dd-87820ecd1b09"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
DirectionalStatistics = "e814f24e-44b0-11e9-2fd5-aba2b6113d95"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
RectiGrids = "8ac6971d-971d-971d-971d-971d5ab1a71a"
SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
MakieExt = "Makie"
[compat]
AccessorsExtra = "0.1.6"
AxisKeys = "0.2.4"
AxisKeysExtra = "0.1.11"
ConstructionBase = "1.4.0"
DataPipes = "0.2.16, 0.3"
DirectionalStatistics = "0.1.18"
FITSIO = "0.16.13, 0.17"
Healpix = "4.0.1"
Interpolations = "0.15"
IntervalSets = "0.7.1"
Makie = "0.21"
RectiGrids = "0.1.11"
SkyCoords = "1.0.1"
Unitful = "1"
WCS = "0.6.2"
julia = "1.7"